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

{
    "name": "Joan Jett",
    "title": "Joan Jett",
    "id": 5388,
    "slug": "joan-jett",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5388/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/JoanJettl_2f85c9.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 9857,
            "title": "Fake Friends",
            "url": "https://www.guitarparty.com/songs/fake-friends/"
        },
        {
            "id": 9855,
            "title": "I Hate Myself For Loving You",
            "url": "https://www.guitarparty.com/songs/i-hate-myself-for-loving-you/"
        },
        {
            "id": 23366,
            "title": "I Love Rock 'n' Roll",
            "url": "https://www.guitarparty.com/songs/i-love-rock-and-roll/"
        }
    ]
}