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

{
    "name": "Randy Van Warmer",
    "title": "Randy Van Warmer",
    "id": 5550,
    "slug": "randy-van-warmer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5550/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/RandyVanWarmer39.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 15005,
            "title": "I Guess It Never Hurts To Hurt Sometimes",
            "url": "https://www.guitarparty.com/songs/i-guess-it-never-hurts-to-hurt-sometimes/"
        },
        {
            "id": 10175,
            "title": "Just When I Needed You Most",
            "url": "https://www.guitarparty.com/songs/just-when-i-needed-you-most/"
        }
    ]
}