Page Summary
-
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
hasOpenChangeRequestboolean indicates if there is at least one open ChangeRequest associated with a track. -
The
listmethod 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 (
|
| Fields | |
|---|---|
name
|
The resource name of the music track. Format: releases/{release}/tracks/{track} |
title
|
The title of this track. |
artists[]
|
List of artists for the track. |
externalVideoId
|
The external videoId for the track. |
hasOpenChangeRequest
|
The track has at least one ChangeRequest in open status. |
Methods |
|
|---|---|
|
Retrieves a list of music tracks. |

