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

{
    "name": "Jack Stachey",
    "title": "Jack Stachey",
    "id": 10324,
    "slug": "jack-stachey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10324/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22360,
            "title": "These Foolish Things",
            "url": "https://www.guitarparty.com/songs/these-foolish-things/"
        }
    ]
}