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

{
    "name": "Joe Sun",
    "title": "Joe Sun",
    "id": 8242,
    "slug": "joe-sun",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8242/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/JoeSunjoesun.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 19634,
            "title": "Bombed Boozed And Busted",
            "url": "https://www.guitarparty.com/songs/bombed-boozed-and-busted/"
        },
        {
            "id": 14747,
            "title": "Id Rather Go On Hurtin",
            "url": "https://www.guitarparty.com/songs/id-rather-go-on-hurtin/"
        },
        {
            "id": 17406,
            "title": "Why You Been Gone So Long",
            "url": "https://www.guitarparty.com/songs/why-you-been-gone-so-long/"
        }
    ]
}