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

{
    "name": "Johnny",
    "title": "Johnny",
    "id": 8000,
    "slug": "johnny",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8000/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/Johnny.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 13931,
            "title": "Dust on the Bible",
            "url": "https://www.guitarparty.com/songs/dust-on-the-bible/"
        },
        {
            "id": 28045,
            "title": "Sleepless Nights",
            "url": "https://www.guitarparty.com/songs/sleepless-nights/"
        }
    ]
}