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

{
    "name": "Curtiss Lee",
    "title": "Curtiss Lee",
    "id": 5179,
    "slug": "curtiss-lee",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5179/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 8855,
            "title": "Pretty Little Angel Eyes",
            "url": "https://www.guitarparty.com/songs/pretty-little-angel-eyes/"
        }
    ]
}