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

{
    "name": "Þórbergur Þórðarson",
    "title": "Þórbergur Þórðarson",
    "id": 214,
    "slug": "thorbergur-thordarson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/214/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 530,
            "title": "Afmælisdigtur",
            "url": "https://www.guitarparty.com/songs/afmaelisdigtur/"
        },
        {
            "id": 249,
            "title": "Seltjarnarnesið",
            "url": "https://www.guitarparty.com/songs/seltjarnarnesid/"
        }
    ]
}