GET /api/v3/core/authors/11935/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "John Wetton",
"title": "John Wetton",
"id": 11935,
"slug": "john-wetton",
"url": "https://www.guitarparty.com/api/v3/core/authors/11935/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 23996,
"title": "Heat Of The Moment",
"url": "https://www.guitarparty.com/songs/heat-of-the-moment/"
},
{
"id": 23899,
"title": "To Catch A Thief",
"url": "https://www.guitarparty.com/songs/to-catch-a-thief/"
}
]
}