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

{
    "name": "Bernie Lowe",
    "title": "Bernie Lowe",
    "id": 8798,
    "slug": "bernie-lowe",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8798/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19054,
            "title": "Let Me Be Your Teddy Bear",
            "url": "https://www.guitarparty.com/songs/let-me-be-your-teddy-bear/"
        },
        {
            "id": 26624,
            "title": "Oft er fjör í Eyjum",
            "url": "https://www.guitarparty.com/songs/oft-er-fjor-i-eyjum/"
        },
        {
            "id": 21851,
            "title": "Remember You’re Mine",
            "url": "https://www.guitarparty.com/songs/remember-youre-mine/"
        }
    ]
}