GET /tracks/{track}
Get track details
Retrieve detailed information about a specific track, including its release, label, artists, and genres.
Parameters
- track (path)
Responses
- 200 — Append the default_display_artist accessor $track->load('localizations'); $track->append(['default_display_artist', 'titles']); `TrackData`
- 404
- 403
- 401