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

{
    "name": "Clay Wilson",
    "title": "Clay Wilson",
    "id": 15358,
    "slug": "clay-wilson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15358/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28003,
            "title": "A Castle By The Sea",
            "url": "https://www.guitarparty.com/songs/a-castle-by-the-sea/"
        }
    ]
}