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

{
    "name": "Ted Fetter",
    "title": "Ted Fetter",
    "id": 10340,
    "slug": "ted-fetter",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10340/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22373,
            "title": "Taking A Chance On Love",
            "url": "https://www.guitarparty.com/songs/taking-a-chance-on-love/"
        }
    ]
}