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

{
    "name": "Ruby Bloom",
    "title": "Ruby Bloom",
    "id": 8345,
    "slug": "ruby-bloom",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8345/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15028,
            "title": "Fools Rush In",
            "url": "https://www.guitarparty.com/songs/fools-rush-in/"
        }
    ]
}