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

{
    "name": "Freddy Wexler",
    "title": "Freddy Wexler",
    "id": 15056,
    "slug": "freddy-wexler",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15056/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27683,
            "title": "Must Be Love",
            "url": "https://www.guitarparty.com/songs/must-be-love/"
        }
    ]
}