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

{
    "name": "Joe Earls",
    "title": "Joe Earls",
    "id": 9418,
    "slug": "joe-earls",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9418/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20778,
            "title": "No One To Welcome Me Home",
            "url": "https://www.guitarparty.com/songs/no-one-to-welcome-me-home/"
        }
    ]
}