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

{
    "name": "Alex Wilder",
    "title": "Alex Wilder",
    "id": 10197,
    "slug": "alex-wilder",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10197/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22233,
            "title": "I´ll Be Around",
            "url": "https://www.guitarparty.com/songs/i-ll-be-around/"
        }
    ]
}