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

{
    "name": "Jerry Moss",
    "title": "Jerry Moss",
    "id": 8684,
    "slug": "jerry-moss",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8684/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 18117,
            "title": "Nasty Dan",
            "url": "https://www.guitarparty.com/songs/nasty-dan/"
        }
    ]
}