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

{
    "name": "Páll Jónsson",
    "title": "Páll Jónsson",
    "id": 78,
    "slug": "pall-jonsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/78/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 1719,
            "title": "Nú gaman gaman er",
            "url": "https://www.guitarparty.com/songs/nu-gaman-gaman-er/"
        },
        {
            "id": 80,
            "title": "Ó, Jesús, bróðir besti",
            "url": "https://www.guitarparty.com/songs/o-jesus-brodir-besti/"
        }
    ]
}