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

{
    "name": "C.C. Beam",
    "title": "C.C. Beam",
    "id": 9644,
    "slug": "c-c-beam",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9644/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21437,
            "title": "Let The Teardrops Fall",
            "url": "https://www.guitarparty.com/songs/let-the-teardrops-fall/"
        },
        {
            "id": 21422,
            "title": "Yes I Understand",
            "url": "https://www.guitarparty.com/songs/yes-i-understand/"
        }
    ]
}