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

{
    "name": "Freddy Fender",
    "title": "Freddy Fender",
    "id": 6929,
    "slug": "freddy-fender",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6929/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/FreddyFender.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 18679,
            "title": "Before The Next Teardrops Falls",
            "url": "https://www.guitarparty.com/songs/before-the-next-teardrops-falls/"
        },
        {
            "id": 14719,
            "title": "I Almost Called Your Name",
            "url": "https://www.guitarparty.com/songs/i-almost-called-your-name/"
        },
        {
            "id": 12231,
            "title": "Mathilda",
            "url": "https://www.guitarparty.com/songs/mathilda/"
        },
        {
            "id": 17400,
            "title": "Wasted Days And Wasted Nights",
            "url": "https://www.guitarparty.com/songs/wasted-days-and-wasted-nights/"
        }
    ]
}