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

{
    "name": "Ben Caplan",
    "title": "Ben Caplan",
    "id": 12291,
    "slug": "ben-caplan",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12291/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24374,
            "title": "Down to the River",
            "url": "https://www.guitarparty.com/songs/down-to-the-river/"
        },
        {
            "id": 24375,
            "title": "Stranger",
            "url": "https://www.guitarparty.com/songs/stranger-2/"
        }
    ]
}