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

{
    "name": "Vilhjálmur Guðjónsson",
    "title": "Vilhjálmur Guðjónsson",
    "id": 1975,
    "slug": "vilhjalmur-gudjonsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1975/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25753,
            "title": "Kona",
            "url": "https://www.guitarparty.com/songs/kona-2/"
        },
        {
            "id": 2201,
            "title": "Mjólkurlagið",
            "url": "https://www.guitarparty.com/songs/mjolkurlagid/"
        }
    ]
}