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

{
    "name": "Helfrid Lambert",
    "title": "Helfrid Lambert",
    "id": 42,
    "slug": "helfrid-lambert",
    "url": "https://www.guitarparty.com/api/v3/core/authors/42/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 57,
            "title": "Laugardagskveld",
            "url": "https://www.guitarparty.com/songs/laugardagskveld/"
        }
    ]
}