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

{
    "name": "David Steele",
    "title": "David Steele",
    "id": 12885,
    "slug": "david-steele",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12885/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24993,
            "title": "Johnny come home",
            "url": "https://www.guitarparty.com/songs/johnny-come-home/"
        }
    ]
}