GET /api/v3/core/authors/9987/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Steve Allen",
"title": "Steve Allen",
"id": 9987,
"slug": "steve-allen",
"url": "https://www.guitarparty.com/api/v3/core/authors/9987/?format=api",
"bio_short": null,
"artist_img": "//guitarparty.overcastcdn.com/images/SteveAllen0001.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
"songs": [
{
"id": 22165,
"title": "Cool Yule",
"url": "https://www.guitarparty.com/songs/cool-yule/"
},
{
"id": 22338,
"title": "Meet Me Where They Play The Blues",
"url": "https://www.guitarparty.com/songs/meet-me-where-they-play-the-blues/"
},
{
"id": 22056,
"title": "Theme from \"Picnic\"",
"url": "https://www.guitarparty.com/songs/theme-from-picnic/"
}
]
}