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

{
    "name": "Bobby Bond",
    "title": "Bobby Bond",
    "id": 8756,
    "slug": "bobby-bond",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8756/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19504,
            "title": "Hello Mary",
            "url": "https://www.guitarparty.com/songs/hello-mary/"
        },
        {
            "id": 18770,
            "title": "There Will Always Be Honky Tonks In Texas",
            "url": "https://www.guitarparty.com/songs/there-will-always-be-honky-tonks-in-texas/"
        }
    ]
}