REST Resource: musicTracks

  • The MusicTrack resource represents a music track with details such as name, title, artists, and external video ID.

  • Music tracks contain a list of artists, which are represented by the Artist object.

  • A track can have an external video ID associated with it.

  • The hasOpenChangeRequest boolean indicates if there is at least one open ChangeRequest associated with a track.

  • The list method allows you to retrieve a collection of music tracks.

Resource: MusicTrack

A representation of a music track.

JSON representation
 { 
 "name" 
 : 
 string 
 , 
 "title" 
 : 
 string 
 , 
 "artists" 
 : 
 [ 
 { 
 object (  Artist 
 
) 
 } 
 ] 
 , 
 "externalVideoId" 
 : 
 string 
 , 
 "hasOpenChangeRequest" 
 : 
 boolean 
 } 
Fields
name

string

The resource name of the music track. Format: releases/{release}/tracks/{track}

title

string

The title of this track.

artists[]

object ( Artist )

List of artists for the track.

externalVideoId

string

The external videoId for the track.

hasOpenChangeRequest

boolean

The track has at least one ChangeRequest in open status.

Methods

list

Retrieves a list of music tracks.
Design a Mobile Site
View Site in Mobile | Classic
Share by: