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

{
    "name": "Oak Ridge Boys",
    "title": "Oak Ridge Boys",
    "id": 7576,
    "slug": "oak-ridge-boys",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7576/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/OakRidgeBoysOak_.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 12882,
            "title": "First Step To Heaven",
            "url": "https://www.guitarparty.com/songs/first-step-to-heaven/"
        },
        {
            "id": 12883,
            "title": "God Will Take Care of You",
            "url": "https://www.guitarparty.com/songs/god-will-take-care-of-you/"
        }
    ]
}