GET /api/v3/core/authors/9989/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "James Van Heusen",
"title": "James Van Heusen",
"id": 9989,
"slug": "james-van-heusen",
"url": "https://www.guitarparty.com/api/v3/core/authors/9989/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 22380,
"title": "Arent You Glad You´re You",
"url": "https://www.guitarparty.com/songs/arent-you-glad-you-re-you/"
},
{
"id": 22057,
"title": "The Second Time Around",
"url": "https://www.guitarparty.com/songs/the-second-time-around/"
}
]
}