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

{
    "name": "Johnny Mandel",
    "title": "Johnny Mandel",
    "id": 9898,
    "slug": "johnny-mandel",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9898/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/JohnnyMandel.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 21989,
            "title": "Emily",
            "url": "https://www.guitarparty.com/songs/emily/"
        },
        {
            "id": 23933,
            "title": "Suicide Is Painless",
            "url": "https://www.guitarparty.com/songs/suicide-is-painless/"
        },
        {
            "id": 22351,
            "title": "The Shadow Of Your Smile",
            "url": "https://www.guitarparty.com/songs/the-shadow-of-your-smile/"
        }
    ]
}