GET /api/v3/core/authors/5683/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "Al Gore",
"title": "Al Gore",
"id": 5683,
"slug": "al-gore",
"url": "https://www.guitarparty.com/api/v3/core/authors/5683/?format=api",
"bio_short": null,
"artist_img": "//guitarparty.overcastcdn.com/images/AlGore.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
"songs": [
{
"id": 10376,
"title": "Closer By The Hour",
"url": "https://www.guitarparty.com/songs/closer-by-the-hour/"
},
{
"id": 11717,
"title": "Diggin' Up Bones",
"url": "https://www.guitarparty.com/songs/diggin-up-bones-2/"
}
]
}