GET /api/v3/core/authors/10007/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Joan Whitney",
"title": "Joan Whitney",
"id": 10007,
"slug": "joan-whitney",
"url": "https://www.guitarparty.com/api/v3/core/authors/10007/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 22090,
"title": "Faraway Places",
"url": "https://www.guitarparty.com/songs/faraway-places/"
},
{
"id": 22072,
"title": "Thats The Beginning Of The End",
"url": "https://www.guitarparty.com/songs/thats-the-beginning-of-the-end/"
}
]
}