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

{
    "name": "John Mogensen",
    "title": "John Mogensen",
    "id": 12893,
    "slug": "john-mogensen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12893/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25001,
            "title": "Så længe jeg lever",
            "url": "https://www.guitarparty.com/songs/sa-laenge-jeg-lever/"
        }
    ]
}