Track response

Track objects contain metadata about a track such as the artist name, its genre and tags classification, and various useful urls (artist, label, buying).

To retrieve the full profile of the user who uploaded a track, see the user endpoint

Keep in mind that all account types (artist, label, media) can upload tracks, so the artist name may not be the same as the uploader's name.

artist_string artist name (not equivalent to the user name)
buy_url address where the track can be bought
comments_count number of track comments
concatinated_genres deprecated comma-separated list of genres
concatinated_tags deprecated comma-separated list of tags
country_id iso country codes (2 letters)
created_at iso datetime of track upload (YYYY-MM-DDThh:mm:ssTZD)
derived_type type of derived work (original, remix, cover)
description track description from the uploader
downloadable true if the track is available for download
downloads_count number of track downloads
genres array of genres string
id unique track identifier
isrc track ISRC code
label track label
label_none true if the track has no label
length track duration in seconds
license_type track license type
lyrics track lyrics
original_track_id identifier of the source track
(meaningful only if derived_type is remix or cover)
original_track_string artist + title of the source track
(meaningful only if derived_type is remix or cover)
password password if the track is private
picture_absolute_url absolute url of track picture
playlists_count amount of track includes in playlists
plays_count amount of track plays
pr_url label website url
private true if the playlist is private
private_url hashed private url (if available)
status track status
tags array of tags string
title track title
url_1 extra link 1 url
url_1_name extra link 1 name
url_2 extra link 2 url
url_2_name extra link 2 name
user_id track owner id
votes_count amount of track votes
web_url artist website url

Optional fields

large_embed_code HTML large player embed code
mini_embed_code HTML mini player embed code
small_embed_code HTML small player embed code
standard_embed_code HTML standard player embed code