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

{
    "name": "Agnes Wild",
    "title": "Agnes Wild",
    "id": 15471,
    "slug": "agnes-wild",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15471/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28104,
            "title": "Í túninu heima",
            "url": "https://www.guitarparty.com/songs/i-tuninu-heima/"
        },
        {
            "id": 29059,
            "title": "Jól í hjarta",
            "url": "https://www.guitarparty.com/songs/jol-i-hjarta/"
        }
    ]
}