get_track_info
Retrieve detailed metadata, including release dates, for one or more Spotify tracks. Supports batch lookup of up to 50 tracks per 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:
Dict with 'tracks' list 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 |
|---|---|---|---|
No arguments | |||