GET /api/v3/core/authors/9473/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Bill Owens",
"title": "Bill Owens",
"id": 9473,
"slug": "bill-owens",
"url": "https://www.guitarparty.com/api/v3/core/authors/9473/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 24532,
"title": "Fuel To The Flame",
"url": "https://www.guitarparty.com/songs/fuel-to-the-flame/"
},
{
"id": 20905,
"title": "Put It Off Until Tomorrow",
"url": "https://www.guitarparty.com/songs/put-it-off-until-tomorrow/"
}
]
}