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

{
    "name": "Howard Thorpe",
    "title": "Howard Thorpe",
    "id": 7951,
    "slug": "howard-thorpe",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7951/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13816,
            "title": "Little Joe The Wrangler",
            "url": "https://www.guitarparty.com/songs/little-joe-the-wrangler/"
        }
    ]
}