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

{
    "name": "Bob Rivers",
    "title": "Bob Rivers",
    "id": 12599,
    "slug": "Bob-Rivers",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12599/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 24747,
            "title": "Inní strompnum",
            "url": "https://www.guitarparty.com/songs/inni-strompnum/"
        },
        {
            "id": 24750,
            "title": "The Chimney Song",
            "url": "https://www.guitarparty.com/songs/the-chimney-song/"
        }
    ]
}