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

{
    "name": "Bob Attlesey",
    "title": "Bob Attlesey",
    "id": 8665,
    "slug": "bob-attlesey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8665/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 18060,
            "title": "Deep Elem Blues",
            "url": "https://www.guitarparty.com/songs/deep-elem-blues/"
        }
    ]
}