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

{
    "name": "Sæmundur Eyjólfsson",
    "title": "Sæmundur Eyjólfsson",
    "id": 256,
    "slug": "saemundur-eyjolfsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/256/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 303,
            "title": "Álfadans (Nú er glatt í hverjum hól)",
            "url": "https://www.guitarparty.com/songs/alfadans/"
        }
    ]
}