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

{
    "name": "Max Duane Barnes",
    "title": "Max Duane Barnes",
    "id": 8186,
    "slug": "max-duane-barnes",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8186/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14323,
            "title": "Chiseled In Stone",
            "url": "https://www.guitarparty.com/songs/chiseled-in-stone/"
        },
        {
            "id": 19459,
            "title": "If You Want To Find Love",
            "url": "https://www.guitarparty.com/songs/if-you-want-to-find-love/"
        },
        {
            "id": 21768,
            "title": "This Aint My First Rodeo",
            "url": "https://www.guitarparty.com/songs/this-aint-my-first-rodeo/"
        }
    ]
}