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

{
    "name": "Kenny Jacobson",
    "title": "Kenny Jacobson",
    "id": 8132,
    "slug": "kenny-jacobson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8132/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 18098,
            "title": "Blue Without My Baby",
            "url": "https://www.guitarparty.com/songs/blue-without-my-baby/"
        },
        {
            "id": 26001,
            "title": "Ding Dong",
            "url": "https://www.guitarparty.com/songs/ding-dong-2/"
        },
        {
            "id": 14188,
            "title": "Put A Light In The Window",
            "url": "https://www.guitarparty.com/songs/put-a-light-in-the-window/"
        }
    ]
}