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

{
    "name": "The Blues Brothers",
    "title": "The Blues Brothers",
    "id": 11544,
    "slug": "the-blues-brothers",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11544/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23676,
            "title": "Everybody Needs Somebody To Love",
            "url": "https://www.guitarparty.com/songs/everybody-needs-somebody-to-love/"
        },
        {
            "id": 3761,
            "title": "Ghost riders in the sky",
            "url": "https://www.guitarparty.com/songs/ghost-riders-in-the-sky/"
        },
        {
            "id": 23129,
            "title": "Rawhide",
            "url": "https://www.guitarparty.com/songs/rawhide/"
        },
        {
            "id": 23675,
            "title": "Shake A Tail Feather",
            "url": "https://www.guitarparty.com/songs/shake-a-tail-feather/"
        },
        {
            "id": 26853,
            "title": "She Caught the Katy",
            "url": "https://www.guitarparty.com/songs/she-caught-the-katy/"
        },
        {
            "id": 26424,
            "title": "Sweet home Chicago",
            "url": "https://www.guitarparty.com/songs/sweet-home-chicago/"
        }
    ]
}