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

{
    "name": "Katherine Hankey",
    "title": "Katherine Hankey",
    "id": 7332,
    "slug": "katherine-hankey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7332/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10460,
            "title": "I Love To Tell The Story",
            "url": "https://www.guitarparty.com/songs/i-love-to-tell-the-story/"
        }
    ]
}