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

{
    "name": "Emmett S. Dean",
    "title": "Emmett S. Dean",
    "id": 7285,
    "slug": "emmett-s-dean",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7285/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10877,
            "title": "Just Over In The Gloryland",
            "url": "https://www.guitarparty.com/songs/just-over-in-the-gloryland/"
        },
        {
            "id": 10486,
            "title": "Over In The Glory Land",
            "url": "https://www.guitarparty.com/songs/over-in-the-glory-land/"
        }
    ]
}