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

{
    "name": "Dick Dallas",
    "title": "Dick Dallas",
    "id": 10116,
    "slug": "dick-dallas",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10116/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22166,
            "title": "I Wish I Knew How It Would Feel to be Free",
            "url": "https://www.guitarparty.com/songs/i-wish-i-knew-how-it-would-feel-to-be-free/"
        }
    ]
}