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

{
    "name": "Frank Perkins",
    "title": "Frank Perkins",
    "id": 9928,
    "slug": "frank-perkins",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9928/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22009,
            "title": "Stars Fell On Alabama",
            "url": "https://www.guitarparty.com/songs/stars-fell-on-alabama/"
        }
    ]
}