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

{
    "name": "Kate Bush",
    "title": "Kate Bush",
    "id": 3688,
    "slug": "kate-bush",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3688/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/KateBush.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 3752,
            "title": "Running Up That Hill",
            "url": "https://www.guitarparty.com/songs/running-up-that-hill/"
        },
        {
            "id": 27482,
            "title": "The man with the child in his eyes",
            "url": "https://www.guitarparty.com/songs/the-man-with-the-child-in-his-eyes/"
        },
        {
            "id": 24937,
            "title": "Wuthering Heights",
            "url": "https://www.guitarparty.com/songs/wuthering-heights/"
        }
    ]
}