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

{
    "name": "Bobby P. Parker",
    "title": "Bobby P. Parker",
    "id": 6590,
    "slug": "bobby-p-parker",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6590/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11574,
            "title": "I Cheated Me Right Out Of You",
            "url": "https://www.guitarparty.com/songs/i-cheated-me-right-out-of-you/"
        }
    ]
}