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

{
    "name": "the Glaser Brothers",
    "title": "the Glaser Brothers",
    "id": 9040,
    "slug": "the-glaser-brothers",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9040/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19645,
            "title": "Girl Like You",
            "url": "https://www.guitarparty.com/songs/girl-like-you/"
        }
    ]
}