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

{
    "name": "A.K. Hunter",
    "title": "A.K. Hunter",
    "id": 7026,
    "slug": "a-k-hunter",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7026/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10122,
            "title": "Down Hearted Blues",
            "url": "https://www.guitarparty.com/songs/down-hearted-blues/"
        }
    ]
}