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

{
    "name": "DuBose Heyward",
    "title": "DuBose Heyward",
    "id": 5001,
    "slug": "dubose-heyward",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5001/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 5961,
            "title": "Summertime",
            "url": "https://www.guitarparty.com/songs/summertime/"
        }
    ]
}