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

{
    "name": "Doug Gilmore",
    "title": "Doug Gilmore",
    "id": 9733,
    "slug": "doug-gilmore",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9733/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21682,
            "title": "She Even Woke Me Up to Say Goodbye",
            "url": "https://www.guitarparty.com/songs/she-even-woke-me-up-to-say-goodbye/"
        }
    ]
}