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

{
    "name": "David Turner",
    "title": "David Turner",
    "id": 7861,
    "slug": "david-turner",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7861/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13643,
            "title": "Mary Of The Wild Moor",
            "url": "https://www.guitarparty.com/songs/mary-of-the-wild-moor/"
        }
    ]
}