AlbumExposure API
Songs
Get songs
Lists all the songs that belong to this user
GET /api/songs
Response
[
{
"id": 123,
"title": "Shut Up",
"song_file_size": 192968,
"song_file_name": "06 Shut Up.mp3",
"url": "http://assets.albumexposure.com/song/file/2317/06%20Shut%20Up.mp3",
"artist": "Five Iron Frenzy"
}
...
]
Get free songs
Lists all royalty-free songs available to the user
GET /api/songs/free
Response
[
{
"id": 123,
"artist": "Molly Jenson",
"title": "Give It Time",
"song_file_name": "GiveItTime.mp3",
"url": "http://assets.albumexposure.com/song/file/9/GiveItTime.mp3"
}
...
]