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

{
    "name": "Steve Robson",
    "title": "Steve Robson",
    "id": 10577,
    "slug": "steve-robson-2",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10577/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22603,
            "title": "Just a Fool",
            "url": "https://www.guitarparty.com/songs/just-a-fool/"
        }
    ]
}