GET /api/v3/core/authors/7786/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Bob Johnson",
"title": "Bob Johnson",
"id": 7786,
"slug": "bob-johnson",
"url": "https://www.guitarparty.com/api/v3/core/authors/7786/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 13496,
"title": "Hell Never Take The Place Of You",
"url": "https://www.guitarparty.com/songs/hell-never-take-the-place-of-you/"
},
{
"id": 20964,
"title": "The Wreck Of The Old 97",
"url": "https://www.guitarparty.com/songs/the-wreck-of-the-old-97/"
}
]
}