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

{
    "name": "Marion Easterling",
    "title": "Marion Easterling",
    "id": 5760,
    "slug": "marion-easterling",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5760/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10489,
            "title": "When I Wake To Sleep No More",
            "url": "https://www.guitarparty.com/songs/when-i-wake-to-sleep-no-more/"
        }
    ]
}