GET /api/v3/core/authors/7646/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Jimmy Rodgers",
"title": "Jimmy Rodgers",
"id": 7646,
"slug": "jimmy-rodgers",
"url": "https://www.guitarparty.com/api/v3/core/authors/7646/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 17366,
"title": "Honeycomb",
"url": "https://www.guitarparty.com/songs/honeycomb/"
},
{
"id": 13024,
"title": "The World I Used To Know",
"url": "https://www.guitarparty.com/songs/the-world-i-used-to-know/"
}
]
}