GET /api/v3/core/authors/6992/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Fred Jay",
"title": "Fred Jay",
"id": 6992,
"slug": "fred-jay",
"url": "https://www.guitarparty.com/api/v3/core/authors/6992/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 12768,
"title": "Happy Journey",
"url": "https://www.guitarparty.com/songs/happy-journey/"
},
{
"id": 21089,
"title": "What Am I Living For",
"url": "https://www.guitarparty.com/songs/what-am-i-living-for/"
}
]
}