REST Resource: musicTracks

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.