Music (Broadcast Monitoring with Broadcast Database)

Example of JSON result with ACRCloud Music bucket in Broadcast Database of Broadcast Monitoring service.

{
  "status": {
    "msg": "Success",
    "code": 0,
    "version": "1.0"
  },
  "result_type": 0,
  "metadata": {
    "type": "delay",
    "timestamp_utc": "2020-07-06 04:38:43",
    "played_duration": 73,
    "music": [
      {
        "album": {
          "name": "Wish"
        },
        "play_offset_ms": 154600,
        "sample_begin_time_offset_ms": 0,
        "lyrics": {
          "copyrights": [
            "Universal Music Publishing Group"
          ]
        },
        "contributors": {
          "composers": [
            "Perry Bamonte",
            "Porl Thompson",
            "Boris Williams",
            "Simon Gallup",
            "Robert Smith"
          ],
          "lyricists": [
            "Boris Williams",
            "Porl Thompson",
            "Perry Bamonte",
            "Robert James Smith",
            "Simon Johnathon Gallup"
          ]
        },
        "title": "Friday I'm In Love ( LP Version )",
        "result_from": 3,
        "release_date": "1992-04-07",
        "sample_end_time_offset_ms": 9120,
        "genres": [
          {
            "name": "Pop"
          }
        ],
        "label": "Elektra Records",
        "db_end_time_offset_ms": 154540,
        "score": 100,
        "db_begin_time_offset_ms": 145420,
        "artists": [
          {
            "name": "The Cure"
          }
        ],
        "duration_ms": 214400,
        "external_ids": {
          "isrc": [
            "USEE10180267",
            "USEE19200008",
            "GBALB9200002"
          ],
          "iswc": [
            "T0100954037"
          ],
          "upc": [
            "075596130967",
            "075596211765",
            "00731451326127"
          ]
        },
        "acrid": "4b10ecaa3dbcc60e9f7924919722e133",
        "external_metadata": {
          "musicbrainz": [
            {
              "track": {
                "id": "59294de3-aaff-4d2d-bdc4-cbfe91de892e"
              }
            }
          ],
          "spotify": [
            {
              "album": {
                "name": "Wish",
                "id": "6tCOXpiN1FvDBl0eT6WtG3"
              },
              "track": {
                "name": "Friday I'm In Love",
                "id": "20CNpCKq1oTdvekXaboyeq"
              },
              "artists": [
                {
                  "name": "The Cure",
                  "id": "7bu3H8JO7d0UbMoVzbo70s"
                }
              ]
            }
          ],
          "deezer": [
            {
              "album": {
                "name": "Wish",
                "id": "1344846"
              },
              "track": {
                "name": "Friday I'm In Love ( LP Version )",
                "id": "14611440"
              },
              "artists": [
                {
                  "name": "The Cure",
                  "id": "381"
                }
              ]
            }
          ],
          "youtube": [
            {
              "vid": "mGgMZpGYiy8"
            }
          ]
        }
      }
    ],
    "record_timestamp": "20200706043843"
  }
}

Metadata fields

Please note: Only ACRID, Track Title, Artists Name and Album Name fields are required, other fields are optional.

* fields are visible in Broadcast Monitoring service only, if you want to use these fields in recognition service, please contact us. +fields are visible upon request, please contact us if you need those fields.

Last updated