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

{
    "name": "George Stebbins",
    "title": "George Stebbins",
    "id": 6280,
    "slug": "george-stebbins",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6280/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11088,
            "title": "Have Thine Own Way Lord",
            "url": "https://www.guitarparty.com/songs/have-thine-own-way-lord/"
        }
    ]
}