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

{
    "name": "Lin-Manuel Miranda",
    "title": "Lin-Manuel Miranda",
    "id": 15016,
    "slug": "lin-manuel-miranda",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15016/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27636,
            "title": "How far I'll go",
            "url": "https://www.guitarparty.com/songs/how-far-ill-go/"
        }
    ]
}