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

{
    "name": "Gene Jackson",
    "title": "Gene Jackson",
    "id": 8125,
    "slug": "gene-jackson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8125/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14179,
            "title": "Its Hard To Tell The Married From The Free",
            "url": "https://www.guitarparty.com/songs/its-hard-to-tell-the-married-from-the-free/"
        }
    ]
}