GET /api/v3/core/authors/7910/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Chuck Rogers",
"title": "Chuck Rogers",
"id": 7910,
"slug": "chuck-rogers",
"url": "https://www.guitarparty.com/api/v3/core/authors/7910/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 18229,
"title": "Jealous Lies",
"url": "https://www.guitarparty.com/songs/jealous-lies/"
},
{
"id": 13737,
"title": "Love I Couldnt Give",
"url": "https://www.guitarparty.com/songs/love-i-couldnt-give/"
}
]
}