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

{
    "name": "Herbert Magidson",
    "title": "Herbert Magidson",
    "id": 10213,
    "slug": "herbert-magidson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10213/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22250,
            "title": "The Masquerade Is Over",
            "url": "https://www.guitarparty.com/songs/the-masquerade-is-over/"
        }
    ]
}