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

{
    "name": "Khari Cain",
    "title": "Khari Cain",
    "id": 3313,
    "slug": "khari-cain",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3313/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 3390,
            "title": "Just The Way You Are",
            "url": "https://www.guitarparty.com/songs/just-the-way-you-are/"
        }
    ]
}