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

{
    "name": "Gary McCray",
    "title": "Gary McCray",
    "id": 5730,
    "slug": "gary-mccray",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5730/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10447,
            "title": "Eyes As Big As Dallas",
            "url": "https://www.guitarparty.com/songs/eyes-as-big-as-dallas/"
        }
    ]
}