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

{
    "name": "Charles Moody",
    "title": "Charles Moody",
    "id": 6097,
    "slug": "charles-moody",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6097/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10863,
            "title": "Drifting Too Far From the Shore",
            "url": "https://www.guitarparty.com/songs/drifting-too-far-from-the-shore/"
        }
    ]
}