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

{
    "name": "M.K. Jerome",
    "title": "M.K. Jerome",
    "id": 10070,
    "slug": "m-k-jerome",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10070/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22129,
            "title": "Some Sunday Morning",
            "url": "https://www.guitarparty.com/songs/some-sunday-morning/"
        },
        {
            "id": 24745,
            "title": "The Christmas Tree Angel",
            "url": "https://www.guitarparty.com/songs/the-christmas-tree-angel/"
        }
    ]
}