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

{
    "name": "A. Q. Smith",
    "title": "A. Q. Smith",
    "id": 8941,
    "slug": "a-q-smith",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8941/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19377,
            "title": "Missing In Action",
            "url": "https://www.guitarparty.com/songs/missing-in-action/"
        }
    ]
}