Get Track Info
get_track_infoRetrieve detailed metadata for Spotify tracks including release dates. Supports batch lookup of up to 50 tracks in a single API call.
Instructions
Get detailed information about one or more Spotify tracks.
Args:
track_ids: Single track ID or list of track IDs (up to 50)
Returns:
TrackList with 'tracks' containing track metadata including release_date.
For single ID, returns {'tracks': [track]}.
Note: Batch lookup is much more efficient - 50 tracks = 1 API call instead of 50.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracks | Yes |