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

{
    "name": "Roger Creager",
    "title": "Roger Creager",
    "id": 5125,
    "slug": "roger-creager",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5125/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/RogerCreager.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 8589,
            "title": "All For The Sake Of The Song",
            "url": "https://www.guitarparty.com/songs/all-for-the-sake-of-the-song/"
        },
        {
            "id": 8588,
            "title": "Delicacy Of A Rose",
            "url": "https://www.guitarparty.com/songs/delicacy-of-a-rose/"
        },
        {
            "id": 8590,
            "title": "Everclear",
            "url": "https://www.guitarparty.com/songs/everclear/"
        }
    ]
}