GET /api/v3/core/authors/6298/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Fred Horton",
"title": "Fred Horton",
"id": 6298,
"slug": "fred-horton",
"url": "https://www.guitarparty.com/api/v3/core/authors/6298/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 11111,
"title": "Smokey Joe's Barbeque",
"url": "https://www.guitarparty.com/songs/smokey-joes-barbeque/"
},
{
"id": 11956,
"title": "Talk Gobbler Talk",
"url": "https://www.guitarparty.com/songs/talk-gobbler-talk/"
}
]
}