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

{
    "name": "Otto Lindblad",
    "title": "Otto Lindblad",
    "id": 2209,
    "slug": "otto-lindblad",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2209/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 2485,
            "title": "Þrek og tár",
            "url": "https://www.guitarparty.com/songs/threk-og-tar/"
        }
    ]
}