GET /api/v3/core/authors/5254/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Hank Green",
"title": "Hank Green",
"id": 5254,
"slug": "hank-green",
"url": "https://www.guitarparty.com/api/v3/core/authors/5254/?format=api",
"bio_short": null,
"artist_img": "//guitarparty.overcastcdn.com/images/HankGreenhankgre.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
"songs": [
{
"id": 9185,
"title": "Shake-a-booty",
"url": "https://www.guitarparty.com/songs/shake-a-booty/"
},
{
"id": 9184,
"title": "Strange Charm",
"url": "https://www.guitarparty.com/songs/strange-charm/"
},
{
"id": 9183,
"title": "Video Game Books",
"url": "https://www.guitarparty.com/songs/video-game-books/"
}
]
}