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

{
    "name": "Pete Kuykendall",
    "title": "Pete Kuykendall",
    "id": 8035,
    "slug": "pete-kuykendall",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8035/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13986,
            "title": "I Am Weary Let Me Rest",
            "url": "https://www.guitarparty.com/songs/i-am-weary-let-me-rest/"
        }
    ]
}