Users
fetch a song by id
By passing in the appropriate options, you can search for available inventory in the system
get/v1/songs?id
Query parameters
idstring
pass an optional song Id
Response
search results matching criteria
Example response
[
{
"id": 2,
"name": "Poker Face",
"playCount": 2358293,
"releaseDate": "2016-08-29T09:12:33.001Z",
"artist": {
"name": "Lady Gaga",
"homePage": "https://www.ladygaga.com/"
},
"playTimeSecs": 134,
"link": "/storage/songs/poker.mp3"
}
]