Music (ACR Broadcast Monitoring)
Example of JSON result: music with ACRCloud Music bucket for ACRCloud Broadcast Monitoring projects only.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
{ "status": { "msg": "Success", "code": 0, "version": "1.0" }, "metadata": { "played_duration":180, "music": [ { "external_ids": { "isrc": [ "GBUM71604605" ], "upc": [ "00602557484939" ] }, "sample_begin_time_offset_ms": "0", "label": "(C) 2017 Lana Del Rey, under exclusive licence to Polydor Ltd. (UK). Under exclusive licence to Interscope Records in the USA", "external_metadata": { "spotify": [ { "album": { "id": "4vwkTKo2LxoaN5o0DgbXel" }, "artists": [ { "id": "00FQb4jTyendYWaN8pK0wa" } ], "track": { "id": "0n2bvWvMwr0gbjcuTm92eW" } } ] }, "play_offset_ms": 95980, "artists": [ { "name": "Lana Del Rey" } ], "sample_end_time_offset_ms": "7060", "release_date": "2017-02-18", "title": "Love", "db_end_time_offset_ms": "91140", "duration_ms": 278360, "album": { "name": "Love" }, "acrid": "ed0a804bd653b54367ac86a61ee0c778", "result_from": 3, "db_begin_time_offset_ms": "84080", "score":100 } ], "timestamp_utc": "2017-02-28 09:00:59" }, "result_type": 3 } |
Fields
Name | Description |
---|---|
music | Music fields |
acrid | ACRCloud unique identifier |
timestamp_utc | Server time of sending results, UTC time zone |
music | Music metadata |
title | Track title |
album | Album fields |
id | Identifier of the artists , album or 3rd parties fields |
name | Name of the artists or album |
artists | Artists fields |
duration_ms | Duration of the track in millisecond |
play_offset_ms | The time position of the audio/song being played (millisecond) |
external_ids | External standard code |
isrc | ISRC code (List, this field may includes multiple values) |
upc | UPC code (List, this field may includes multiple values) |
external_metadata | External 3rd party IDs and metadata |
track | Track fields |
genres | Genres fields |
label | Music label information |
release_date | Release data of the track, format:YYYY-MM-DD |
spotify | Spotify fields (List, this field may includes multiple values) |
deezer | Deezer fields (List, this field may includes multiple values) |
lyricfind | LyricFind fields (List, this field may includes multiple values) |
lfid | LyricsFind's lyric ID (List, this field may includes multiple values) |
youtube | YouTube fields (List, this field may includes multiple values) |
vid | Youtube video ID (List, this field may includes multiple values) |
*db_begin_time_offset_ms | Position of beginning of the recognition on database file (millisecond) |
*db_end_time_offset_ms | Position of end of the recognition on database file (millisecond) |
*sample_begin_time_offset_ms | Position of beginning of the recognition in sample file sent by SDK/API (millisecond) |
*sample_end_time_offset_ms | Position of end of the recognition in sample file sent by SDK/API (millisecond) |
*played_duration | Actual duration of the track played in the streams, in second (This field is only available for Broadcast Monitoring service in filtered mode, please contact us if you need accreted data for this field. ) |
score | Match confidence score. Range: 70 - 100 |
Please note: Only ACRID, Track Title, Artists Name and Album Name fields are required, other fields are optional.