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

{
    "name": "Aníta",
    "title": "Aníta",
    "id": 15227,
    "slug": "anita",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15227/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27895,
            "title": "Downfall",
            "url": "https://www.guitarparty.com/songs/downfall/"
        },
        {
            "id": 27894,
            "title": "Stingum af",
            "url": "https://www.guitarparty.com/songs/stingum-af-2/"
        }
    ]
}