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

{
    "name": "Mac McAnally",
    "title": "Mac McAnally",
    "id": 5409,
    "slug": "mac-mcanally",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5409/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/MacMcAnally01Mac.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 9935,
            "title": "Down The Road",
            "url": "https://www.guitarparty.com/songs/down-the-road/"
        },
        {
            "id": 20676,
            "title": "Old Flame",
            "url": "https://www.guitarparty.com/songs/old-flame/"
        },
        {
            "id": 20755,
            "title": "Simple Life",
            "url": "https://www.guitarparty.com/songs/simple-life/"
        }
    ]
}