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

{
    "name": "Duke Goff",
    "title": "Duke Goff",
    "id": 6859,
    "slug": "duke-goff",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6859/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19234,
            "title": "Love Is All We Need",
            "url": "https://www.guitarparty.com/songs/love-is-all-we-need/"
        },
        {
            "id": 12083,
            "title": "Run Woman Run",
            "url": "https://www.guitarparty.com/songs/run-woman-run/"
        }
    ]
}