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

{
    "name": "Johnny Koonse",
    "title": "Johnny Koonse",
    "id": 6060,
    "slug": "johnny-koonse",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6060/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10808,
            "title": "All Together Now Let's Fall Apart",
            "url": "https://www.guitarparty.com/songs/all-together-now-lets-fall-apart/"
        }
    ]
}