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

{
    "name": "Þorsteinn Hallgrímsson",
    "title": "Þorsteinn Hallgrímsson",
    "id": 12966,
    "slug": "thorsteinn-hallgrimsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12966/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25074,
            "title": "Hippar",
            "url": "https://www.guitarparty.com/songs/hippar/"
        },
        {
            "id": 25075,
            "title": "Ljóð",
            "url": "https://www.guitarparty.com/songs/ljod/"
        }
    ]
}