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

{
    "name": "Bob Miller",
    "title": "Bob Miller",
    "id": 8799,
    "slug": "bob-miller",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8799/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/BobMillerbmiller.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 21281,
            "title": "A Rusty Old Halo",
            "url": "https://www.guitarparty.com/songs/a-rusty-old-halo/"
        },
        {
            "id": 19056,
            "title": "Driftwood On The River",
            "url": "https://www.guitarparty.com/songs/driftwood-on-the-river/"
        },
        {
            "id": 19574,
            "title": "I Betcha My Heart I Love You",
            "url": "https://www.guitarparty.com/songs/i-betcha-my-heart-i-love-you/"
        },
        {
            "id": 20499,
            "title": "Rocking Alone in an Old Rocking Chair",
            "url": "https://www.guitarparty.com/songs/rocking-alone-in-an-old-rocking-chair/"
        },
        {
            "id": 20934,
            "title": "Seven Years With The Wrong Woman",
            "url": "https://www.guitarparty.com/songs/seven-years-with-the-wrong-woman/"
        }
    ]
}