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

{
    "name": "The Drifters",
    "title": "The Drifters",
    "id": 10674,
    "slug": "the-drifters",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10674/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/TheDrifters.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 11079,
            "title": "Save The Last Dance For Me",
            "url": "https://www.guitarparty.com/songs/save-the-last-dance-for-me/"
        },
        {
            "id": 22715,
            "title": "There Goes My Baby",
            "url": "https://www.guitarparty.com/songs/there-goes-my-baby/"
        }
    ]
}