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

{
    "name": "Stephen Dorff",
    "title": "Stephen Dorff",
    "id": 7668,
    "slug": "stephen-dorff",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7668/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13063,
            "title": "Every Which Way But Loose",
            "url": "https://www.guitarparty.com/songs/every-which-way-but-loose/"
        }
    ]
}