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

{
    "name": "Örn Jónsson",
    "title": "Örn Jónsson",
    "id": 3070,
    "slug": "orn-jonsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3070/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 691,
            "title": "Húsið og ég",
            "url": "https://www.guitarparty.com/songs/husid-og-eg/"
        },
        {
            "id": 24874,
            "title": "Video",
            "url": "https://www.guitarparty.com/songs/video/"
        }
    ]
}