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

{
    "name": "John Carter",
    "title": "John Carter",
    "id": 15795,
    "slug": "john-carter",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15795/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28433,
            "title": "Jólasveinn, haltu í höndina á mér",
            "url": "https://www.guitarparty.com/songs/jolasveinn-haltu-i-hondina-a-mer/"
        },
        {
            "id": 29267,
            "title": "Peek-a-Boo (The New Vaudeville Band)",
            "url": "https://www.guitarparty.com/songs/peek-a-boo-the-new-vaudeville-band/"
        }
    ]
}