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

{
    "name": "Dan Walsh",
    "title": "Dan Walsh",
    "id": 12736,
    "slug": "dan-walsh",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12736/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24869,
            "title": "Ain't No Love in the Heart of the City",
            "url": "https://www.guitarparty.com/songs/aint-no-love-in-the-heart-of-the-city/"
        }
    ]
}