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

{
    "name": "E. Ray Goetz",
    "title": "E. Ray Goetz",
    "id": 10191,
    "slug": "e-ray-goetz",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10191/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22230,
            "title": "For Me And My Gal",
            "url": "https://www.guitarparty.com/songs/for-me-and-my-gal/"
        }
    ]
}