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

{
    "name": "Kenny Marlow",
    "title": "Kenny Marlow",
    "id": 6289,
    "slug": "kenny-marlow",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6289/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11096,
            "title": "Love Me A Little Bit More",
            "url": "https://www.guitarparty.com/songs/love-me-a-little-bit-more/"
        }
    ]
}