GET /api/v3/core/authors/15101/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Hank Ballard",
    "title": "Hank Ballard",
    "id": 15101,
    "slug": "hank-ballard",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15101/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27735,
            "title": "Beint upp í Breiðholt",
            "url": "https://www.guitarparty.com/songs/beint-upp-i-breidholt/"
        }
    ]
}