track.getInfo
Returns metadata information for a track.
Usage
client.track.getInfo({ artist, track, username? })
Parameters
Param | Type | Required | Description |
---|---|---|---|
artist | string | The name of the artist. | |
track | string | The name of the track. | |
username | string | The username for the context of the request. If supplied, the user’s playcount for this track and whether they have loved the track is included in the response. |