OptionalalbumsAlbums the track belongs to.
OptionalartistsPerforming artists.
OptionalavailableWhether the track is available for playback.
OptionalavailableWhether available as a ringback tone.
OptionalavailableOptions the track is available for.
OptionalavailableWhether available for premium users.
OptionalavailableWhether the full track is available without a subscription.
OptionalbackgroundBackground video identifier.
OptionalbackgroundBackground video URI for the track.
OptionalbestWhether this is the "best" track.
OptionalcanWhether the track can be published.
OptionalchartChart standing, present when the track comes from a chart context.
OptionalclientThe client that created this model, used by convenience methods.
OptionalcontentContent warning marker.
OptionalcoverCover URI template.
OptionalderivedColors derived from the cover.
OptionaldesiredDesired visibility.
OptionaldisclaimersDisclaimers.
OptionaldurationDuration in milliseconds.
OptionalerrorError code when the track could not be resolved.
OptionalexplicitExplicit marker.
OptionalfadeCrossfade timings.
OptionalfilenameOriginal filename (user-uploaded tracks).
OptionalfileFile size in bytes.
OptionalidUnique track identifier.
OptionalisWhether suitable for children.
OptionallyricsWhether lyrics are available.
OptionallyricsLyrics availability flags.
OptionalmajorContent provider major.
OptionalmatchedTrack this one matched against (search).
OptionalmetaEmbedded tag metadata.
OptionalnormalizationLoudness normalization parameters.
OptionalogOpen Graph image URI template.
OptionalplayerPlayer identifier.
OptionalpodcastPodcast episode kind (podcast episodes only).
OptionalpoetryMatched lyric ranges (poetry-lover feature).
OptionalpreviewPreview duration in milliseconds.
OptionalpubPublication date (podcast episodes only, ISO 8601).
Optionalr128EBU R128 loudness measurements.
OptionalrealCanonical track id when this track is a duplicate.
OptionalregionsRegions where available.
OptionalrememberWhether playback position is remembered (podcasts).
OptionalshortShort description (podcasts).
OptionalsmartSmart preview parameters.
OptionalspecialSpecial audio resource identifiers.
OptionalstatePublication state.
OptionalstorageStorage directory.
OptionalsubstitutedTrack substituted for this one when unavailable.
OptionaltitleTrack title.
OptionaltrackSharing flag.
OptionaltrackSource of the track.
OptionaltypeTrack kind, for example music or podcast-episode.
OptionalversionVersion (for example "Remastered").
StaticdeFetch the available download variants for this track.
The list of download options.
Fetch full information about this track.
The full track info, or null.
Fetch lossless (FLAC) download info for this track via /get-file-info.
Requested quality. Defaults to lossless.
The file info, or null. See LosslessDownloadInfo.
Fetch the lyrics of this track.
TEXT (plain) or LRC (time-synced). Defaults to TEXT.
The lyrics, or null when none exist.
Fetch tracks similar to this one.
The similar-tracks result, or null.
Protectedrequire
A music track.
In addition to plain data, a track carries convenience methods (such as Track.getDownloadInfo) that delegate to the owning Client.