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

{
    "name": "Tony Seen",
    "title": "Tony Seen",
    "id": 8114,
    "slug": "tony-seen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8114/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14149,
            "title": "Its Over Over Nothing",
            "url": "https://www.guitarparty.com/songs/its-over-over-nothing/"
        }
    ]
}