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

{
    "name": "Guðjón Guðjónsson",
    "title": "Guðjón Guðjónsson",
    "id": 5105,
    "slug": "gudjon-gudjonsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5105/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 1707,
            "title": "Það er leikur að læra",
            "url": "https://www.guitarparty.com/songs/thad-er-leikur-ad-laera/"
        }
    ]
}