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

{
    "name": "Þórarinn Guðmundsson",
    "title": "Þórarinn Guðmundsson",
    "id": 87,
    "slug": "thorarinn-gudmundsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/87/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28123,
            "title": "Land míns föður (Íslendingaljóð 17. júní 1944)",
            "url": "https://www.guitarparty.com/songs/land-mins-fodur/"
        },
        {
            "id": 28503,
            "title": "Minni kvenna (Fórsturlandsins Freyja)",
            "url": "https://www.guitarparty.com/songs/minni-kvenna-forsturlandsins-freyja/"
        },
        {
            "id": 88,
            "title": "Þú ert (Helgi Pétursson)",
            "url": "https://www.guitarparty.com/songs/thu-ert/"
        }
    ]
}