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

{
    "name": "Jerry Dean Smith",
    "title": "Jerry Dean Smith",
    "id": 5524,
    "slug": "jerry-dean-smith",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5524/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10137,
            "title": "Charleston Railroad",
            "url": "https://www.guitarparty.com/songs/charleston-railroad/"
        }
    ]
}