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

{
    "name": "Stan Perkins",
    "title": "Stan Perkins",
    "id": 9732,
    "slug": "stan-perkins",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9732/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21677,
            "title": "Silver,Gold",
            "url": "https://www.guitarparty.com/songs/silvergold/"
        }
    ]
}