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

{
    "name": "John Rox",
    "title": "John Rox",
    "id": 15118,
    "slug": "john-rox",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15118/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27766,
            "title": "I Want A Hippopotamus For Christmas",
            "url": "https://www.guitarparty.com/songs/i-want-a-hippopotamus-for-christmas/"
        },
        {
            "id": 27778,
            "title": "Mig langar svo í ljón og fíl í skóinn",
            "url": "https://www.guitarparty.com/songs/mig-langar-svo-i-ljon-og-fil-i-skoinn/"
        }
    ]
}