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

{
    "name": "Neil Trasher",
    "title": "Neil Trasher",
    "id": 7387,
    "slug": "neil-trasher",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7387/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10180,
            "title": "Cracker Jack Diamond",
            "url": "https://www.guitarparty.com/songs/cracker-jack-diamond/"
        }
    ]
}