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. |