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

{
    "name": "Øyvind Staveland",
    "title": "Øyvind Staveland",
    "id": 3031,
    "slug": "oyvind-staveland",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3031/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 2963,
            "title": "Tir n'a Noir",
            "url": "https://www.guitarparty.com/songs/tir-na-noir/"
        }
    ]
}