GET /api/v3/core/authors/11843/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Bob Kelly",
"title": "Bob Kelly",
"id": 11843,
"slug": "bob-kelly",
"url": "https://www.guitarparty.com/api/v3/core/authors/11843/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 23914,
"title": "Git It",
"url": "https://www.guitarparty.com/songs/git-it/"
},
{
"id": 23915,
"title": "Seðill",
"url": "https://www.guitarparty.com/songs/sedill/"
}
]
}