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

{
    "name": "Eddie Reeves",
    "title": "Eddie Reeves",
    "id": 8839,
    "slug": "eddie-reeves",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8839/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19139,
            "title": "All I Ever Need Is You",
            "url": "https://www.guitarparty.com/songs/all-i-ever-need-is-you/"
        }
    ]
}