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

{
    "name": "Zack Van Arsdale",
    "title": "Zack Van Arsdale",
    "id": 9334,
    "slug": "zack-van-arsdale",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9334/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20597,
            "title": "I’ll Find It Where I Can",
            "url": "https://www.guitarparty.com/songs/ill-find-it-where-i-can/"
        }
    ]
}