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

{
    "name": "Marshal Warwick",
    "title": "Marshal Warwick",
    "id": 5759,
    "slug": "marshal-warwick",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5759/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10488,
            "title": "There's More That Holds The Picture",
            "url": "https://www.guitarparty.com/songs/theres-more-that-holds-the-picture/"
        }
    ]
}