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

{
    "name": "Poul Kjøller",
    "title": "Poul Kjøller",
    "id": 12780,
    "slug": "poul-kjoller",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12780/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 24904,
            "title": "Ruggutönn",
            "url": "https://www.guitarparty.com/songs/ruggutonn/"
        }
    ]
}