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

{
    "name": "Jim Mundy",
    "title": "Jim Mundy",
    "id": 6037,
    "slug": "jim-mundy",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6037/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 17535,
            "title": "Shes Already Gone",
            "url": "https://www.guitarparty.com/songs/shes-already-gone/"
        },
        {
            "id": 10784,
            "title": "Yesterday Once More",
            "url": "https://www.guitarparty.com/songs/yesterday-once-more/"
        }
    ]
}