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

{
    "name": "Wayne Morse",
    "title": "Wayne Morse",
    "id": 9571,
    "slug": "wayne-morse",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9571/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21194,
            "title": "Turn The Jukebox Up Louder",
            "url": "https://www.guitarparty.com/songs/turn-the-jukebox-up-louder/"
        }
    ]
}