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

{
    "name": "Bobby Bear",
    "title": "Bobby Bear",
    "id": 9203,
    "slug": "bobby-bear",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9203/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20320,
            "title": "Pour Me Another Tequila",
            "url": "https://www.guitarparty.com/songs/pour-me-another-tequila/"
        }
    ]
}