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

{
    "name": "Steve Wolfe",
    "title": "Steve Wolfe",
    "id": 2811,
    "slug": "steve-wolfe",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2811/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 2678,
            "title": "It's a hard dick",
            "url": "https://www.guitarparty.com/songs/its-a-hard-dick/"
        },
        {
            "id": 13983,
            "title": "Its A Heartache",
            "url": "https://www.guitarparty.com/songs/its-a-heartache-2/"
        }
    ]
}