GET /api/v3/core/authors/6533/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Mike Huffman",
"title": "Mike Huffman",
"id": 6533,
"slug": "mike-huffman",
"url": "https://www.guitarparty.com/api/v3/core/authors/6533/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 11459,
"title": "Drive Me To Drink",
"url": "https://www.guitarparty.com/songs/drive-me-to-drink/"
},
{
"id": 20484,
"title": "Tight Fitting Jeans",
"url": "https://www.guitarparty.com/songs/tight-fitting-jeans/"
}
]
}