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

{
    "name": "Valerie Simpson",
    "title": "Valerie Simpson",
    "id": 13232,
    "slug": "valerie-simpson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13232/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25320,
            "title": "Ain't no mountain high enough",
            "url": "https://www.guitarparty.com/songs/aint-no-mountain-high-enough/"
        }
    ]
}