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

{
    "name": "Charles Hardin",
    "title": "Charles Hardin",
    "id": 7865,
    "slug": "charles-hardin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7865/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13650,
            "title": "Not Fade Away",
            "url": "https://www.guitarparty.com/songs/not-fade-away/"
        }
    ]
}