GET /api/v3/core/authors/10065/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Ted Hoehler",
"title": "Ted Hoehler",
"id": 10065,
"slug": "ted-hoehler",
"url": "https://www.guitarparty.com/api/v3/core/authors/10065/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 22129,
"title": "Some Sunday Morning",
"url": "https://www.guitarparty.com/songs/some-sunday-morning/"
},
{
"id": 22123,
"title": "Stormy Weather",
"url": "https://www.guitarparty.com/songs/stormy-weather/"
}
]
}