GET /api/v3/core/authors/7665/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Bob Will",
"title": "Bob Will",
"id": 7665,
"slug": "bob-will",
"url": "https://www.guitarparty.com/api/v3/core/authors/7665/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 20609,
"title": "Ida Red",
"url": "https://www.guitarparty.com/songs/ida-red/"
},
{
"id": 13051,
"title": "Keeper Of My Heart",
"url": "https://www.guitarparty.com/songs/keeper-of-my-heart/"
}
]
}