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

{
    "name": "Randy Hatch",
    "title": "Randy Hatch",
    "id": 6465,
    "slug": "randy-hatch",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6465/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11346,
            "title": "You're The Best Break This Old Heart Ever Had",
            "url": "https://www.guitarparty.com/songs/youre-the-best-break-this-old-heart-ever-had/"
        }
    ]
}