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

{
    "name": "Sverrir Norland",
    "title": "Sverrir Norland",
    "id": 13671,
    "slug": "sverrir-norland",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13671/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 27489,
            "title": "Albatross",
            "url": "https://www.guitarparty.com/songs/albatross/"
        },
        {
            "id": 25877,
            "title": "Stúlkan sem hvarf inn í vorið",
            "url": "https://www.guitarparty.com/songs/stulkan-sem-hvarf-inn-i-vorid/"
        }
    ]
}