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

{
    "name": "John Salz",
    "title": "John Salz",
    "id": 7969,
    "slug": "john-salz",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7969/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13855,
            "title": "Nothing Can Hurt You",
            "url": "https://www.guitarparty.com/songs/nothing-can-hurt-you/"
        }
    ]
}