GET /api/v3/core/authors/7369/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Hank DeVito",
"title": "Hank DeVito",
"id": 7369,
"slug": "hank-devito",
"url": "https://www.guitarparty.com/api/v3/core/authors/7369/?format=api",
"bio_short": null,
"artist_img": null,
"songs": [
{
"id": 10880,
"title": "Live With Jesus",
"url": "https://www.guitarparty.com/songs/live-with-jesus/"
},
{
"id": 10539,
"title": "Small Town Saturday Night",
"url": "https://www.guitarparty.com/songs/small-town-saturday-night/"
},
{
"id": 21202,
"title": "Tennessee Rose",
"url": "https://www.guitarparty.com/songs/tennessee-rose/"
},
{
"id": 10548,
"title": "Till I Found You",
"url": "https://www.guitarparty.com/songs/till-i-found-you/"
}
]
}