GET /api/v3/core/authors/10084/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Ted Shapiro",
"title": "Ted Shapiro",
"id": 10084,
"slug": "ted-shapiro",
"url": "https://www.guitarparty.com/api/v3/core/authors/10084/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 22311,
"title": "A Handful of Stars",
"url": "https://www.guitarparty.com/songs/a-handful-of-stars/"
},
{
"id": 22138,
"title": "Winter Weather",
"url": "https://www.guitarparty.com/songs/winter-weather/"
}
]
}