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

{
    "name": "D.J. OMalley",
    "title": "D.J. OMalley",
    "id": 7574,
    "slug": "d-j-omalley",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7574/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12879,
            "title": "When The Works All Done This Fall",
            "url": "https://www.guitarparty.com/songs/when-the-works-all-done-this-fall/"
        }
    ]
}