GET /api/v3/core/authors/8085/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Garth Brooks",
"title": "Garth Brooks",
"id": 8085,
"slug": "garth-brooks",
"url": "https://www.guitarparty.com/api/v3/core/authors/8085/?format=api",
"bio_short": null,
"artist_img": "//guitarparty.overcastcdn.com/images/GarthBrooksbrook.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
"songs": [
{
"id": 17337,
"title": "Friends In Low Places",
"url": "https://www.guitarparty.com/songs/friends-in-low-places/"
},
{
"id": 14088,
"title": "If Tomorrow Never Comes",
"url": "https://www.guitarparty.com/songs/if-tomorrow-never-comes/"
}
]
}