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

{
    "name": "Peggy Forman",
    "title": "Peggy Forman",
    "id": 8980,
    "slug": "peggy-forman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8980/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19486,
            "title": "Out Of My Head And Back In My Bed",
            "url": "https://www.guitarparty.com/songs/out-of-my-head-and-back-in-my-bed/"
        }
    ]
}