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

{
    "name": "Emma Smith",
    "title": "Emma Smith",
    "id": 8574,
    "slug": "emma-smith",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8574/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 17344,
            "title": "Dont Neglect The Roses",
            "url": "https://www.guitarparty.com/songs/dont-neglect-the-roses/"
        }
    ]
}