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

{
    "name": "Gwen Gordy",
    "title": "Gwen Gordy",
    "id": 12154,
    "slug": "gwen-gordy",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12154/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 20316,
            "title": "All I Could Do Was Cry",
            "url": "https://www.guitarparty.com/songs/all-i-could-do-was-cry/"
        }
    ]
}