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

{
    "name": "Tommy Dilbeck",
    "title": "Tommy Dilbeck",
    "id": 7688,
    "slug": "tommy-dilbeck",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7688/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13095,
            "title": "I'll Hold You In My Heart",
            "url": "https://www.guitarparty.com/songs/ill-hold-you-in-my-heart/"
        },
        {
            "id": 20379,
            "title": "This Is The Thanks I Get (For Loving You)",
            "url": "https://www.guitarparty.com/songs/this-is-the-thanks-i-get-for-loving-you/"
        }
    ]
}