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

{
    "name": "Franz P. Schubert",
    "title": "Franz P. Schubert",
    "id": 112,
    "slug": "franz-p-schubert",
    "url": "https://www.guitarparty.com/api/v3/core/authors/112/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 107,
            "title": "Að lífið sé skjálfandi lítið gras",
            "url": "https://www.guitarparty.com/songs/ad-lifid-se-skjalfandi-litid-gras/"
        }
    ]
}