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

{
    "name": "Gene Davis",
    "title": "Gene Davis",
    "id": 8682,
    "slug": "gene-davis",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8682/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 18106,
            "title": "I Wont Come In While Hes There",
            "url": "https://www.guitarparty.com/songs/i-wont-come-in-while-hes-there/"
        }
    ]
}