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

{
    "name": "Charles Calhoun",
    "title": "Charles Calhoun",
    "id": 6592,
    "slug": "charles-calhoun",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6592/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11577,
            "title": "Shake Rattle And Roll",
            "url": "https://www.guitarparty.com/songs/shake-rattle-and-roll/"
        }
    ]
}