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

{
    "name": "Len Pitts",
    "title": "Len Pitts",
    "id": 5957,
    "slug": "len-pitts",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5957/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10674,
            "title": "Such A Waste Of Mind",
            "url": "https://www.guitarparty.com/songs/such-a-waste-of-mind/"
        }
    ]
}