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

{
    "name": "Vince Gill",
    "title": "Vince Gill",
    "id": 5374,
    "slug": "vince-gill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5374/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/VinceGill.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 13965,
            "title": "Go Rest High On That Mountain",
            "url": "https://www.guitarparty.com/songs/go-rest-high-on-that-mountain/"
        },
        {
            "id": 26220,
            "title": "One More Last Chance",
            "url": "https://www.guitarparty.com/songs/one-more-last-chance/"
        },
        {
            "id": 9815,
            "title": "Pocket Full Of Gold",
            "url": "https://www.guitarparty.com/songs/pocket-full-of-gold/"
        },
        {
            "id": 26219,
            "title": "Two More Bottles Of Wine",
            "url": "https://www.guitarparty.com/songs/two-more-bottles-of-wine/"
        }
    ]
}