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

{
    "name": "Gene McLellan",
    "title": "Gene McLellan",
    "id": 9456,
    "slug": "gene-mclellan",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9456/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20852,
            "title": "Put Your Hand in the Hand",
            "url": "https://www.guitarparty.com/songs/put-your-hand-in-the-hand/"
        },
        {
            "id": 21107,
            "title": "Put Your H, in the H,",
            "url": "https://www.guitarparty.com/songs/put-your-h-in-the-h/"
        },
        {
            "id": 20902,
            "title": "Snowbird",
            "url": "https://www.guitarparty.com/songs/snowbird/"
        }
    ]
}