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

{
    "name": "Amy Allen",
    "title": "Amy Allen",
    "id": 15938,
    "slug": "amy-allen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15938/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28564,
            "title": "Cover me in sunshine",
            "url": "https://www.guitarparty.com/songs/cover-me-in-sunshine/"
        },
        {
            "id": 28686,
            "title": "Please Please Please",
            "url": "https://www.guitarparty.com/songs/please-please-please/"
        }
    ]
}