GET /api/v3/core/authors/9080/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Bobby Harden",
"title": "Bobby Harden",
"id": 9080,
"slug": "bobby-harden",
"url": "https://www.guitarparty.com/api/v3/core/authors/9080/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 19720,
"title": "Fighting Fire With Fire",
"url": "https://www.guitarparty.com/songs/fighting-fire-with-fire/"
},
{
"id": 20475,
"title": "Tippy Toeing",
"url": "https://www.guitarparty.com/songs/tippy-toeing/"
}
]
}