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

{
    "name": "Sven Bertil Taube",
    "title": "Sven Bertil Taube",
    "id": 11500,
    "slug": "sven-bertil-taube",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11500/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 24912,
            "title": "Linnéa",
            "url": "https://www.guitarparty.com/songs/linnea/"
        },
        {
            "id": 23648,
            "title": "Sjösalavalsen",
            "url": "https://www.guitarparty.com/songs/sjosalavalsen/"
        }
    ]
}