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

{
    "name": "Johnson Oatman",
    "title": "Johnson Oatman",
    "id": 6100,
    "slug": "johnson-oatman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6100/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10866,
            "title": "Hand In Hand With Jesus",
            "url": "https://www.guitarparty.com/songs/hand-in-hand-with-jesus/"
        },
        {
            "id": 14356,
            "title": "Jesus Took My Burden",
            "url": "https://www.guitarparty.com/songs/jesus-took-my-burden/"
        }
    ]
}