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

{
    "name": "Harry Gifford",
    "title": "Harry Gifford",
    "id": 12766,
    "slug": "harry-gifford",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12766/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24895,
            "title": "The Window Cleaner (When I'm Cleaning Windows)",
            "url": "https://www.guitarparty.com/songs/the-window-cleaner-when-im-cleaning-windows/"
        }
    ]
}