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

{
    "name": "Slim Dusty",
    "title": "Slim Dusty",
    "id": 5941,
    "slug": "slim-dusty",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5941/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/SlimDustyPNG.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 2755,
            "title": "A Pub With No Beer",
            "url": "https://www.guitarparty.com/songs/a-pub-with-no-beer/"
        },
        {
            "id": 11316,
            "title": "Leave Him In The Longyard",
            "url": "https://www.guitarparty.com/songs/leave-him-in-the-longyard/"
        },
        {
            "id": 10549,
            "title": "Walk A Country Mile",
            "url": "https://www.guitarparty.com/songs/walk-a-country-mile/"
        }
    ]
}