7digital · Example Payload

Streaming Platform Batch Track Response Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Batch Track Response Example is an example object payload from 7digital, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statustrackserrors

Example Payload

Raw ↑
{
  "status": "ok",
  "tracks": [
    {
      "id": "123456",
      "title": "Come Together",
      "version": "Remastered 2019",
      "artist": {
        "id": {},
        "name": {},
        "url": {},
        "image": {},
        "sortName": {}
      },
      "release": {
        "id": {},
        "title": {},
        "type": {},
        "artist": {},
        "url": {},
        "image": {},
        "releaseDate": {},
        "label": {},
        "upc": {},
        "explicit": {}
      },
      "trackNumber": 1,
      "duration": 259,
      "explicit": false,
      "isrc": "GBAYE6900477",
      "previewUrl": "https://previews.7digital.com/clip/123456"
    },
    {
      "id": "123456",
      "title": "Come Together",
      "version": "Remastered 2019",
      "artist": {
        "id": {},
        "name": {},
        "url": {},
        "image": {},
        "sortName": {}
      },
      "release": {
        "id": {},
        "title": {},
        "type": {},
        "artist": {},
        "url": {},
        "image": {},
        "releaseDate": {},
        "label": {},
        "upc": {},
        "explicit": {}
      },
      "trackNumber": 1,
      "duration": 259,
      "explicit": false,
      "isrc": "GBAYE6900477",
      "previewUrl": "https://previews.7digital.com/clip/123456"
    }
  ],
  "errors": [
    {
      "code": 2001,
      "message": "Track not found",
      "index": 1
    },
    {
      "code": 2001,
      "message": "Track not found",
      "index": 1
    }
  ]
}