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

{
    "name": "Don Swander",
    "title": "Don Swander",
    "id": 8952,
    "slug": "don-swander",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8952/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19428,
            "title": "Deep In The Heart Of Texas",
            "url": "https://www.guitarparty.com/songs/deep-in-the-heart-of-texas/"
        }
    ]
}