Skip to main content

TrackSummaryV2

Track identity and attribution. Appears on each clip as track.

idintegerrequired
isrcstringrequired
titlestringrequired
artistNamestringrequired

The track's artist name.

releaseTitlestringrequired

Track.releaseTitle (pass-through).

explicitnessExplicitness (string)required

Explicitness status of the track

Possible values: [explicit, clean, censored, unknown]

artwork objectnullablerequired

The track's artwork, or null when the track has no artwork.

urlstringrequired

Signed CDN URL.

expiresAtdate-timerequired

Signing-time expiry.

widthintegerrequired
heightintegerrequired
TrackSummaryV2
{
"id": 0,
"isrc": "string",
"title": "string",
"artistName": "string",
"releaseTitle": "string",
"explicitness": "explicit",
"artwork": {
"url": "string",
"expiresAt": "2024-07-29T15:51:28.071Z",
"width": 0,
"height": 0
}
}