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

{
    "name": "Pete Kelleher",
    "title": "Pete Kelleher",
    "id": 13895,
    "slug": "pete-kelleher",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13895/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 26232,
            "title": "Before You Go",
            "url": "https://www.guitarparty.com/songs/before-you-go-2/"
        }
    ]
}