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

{
    "name": "Steve Karliski",
    "title": "Steve Karliski",
    "id": 5814,
    "slug": "steve-karliski",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5814/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10561,
            "title": "Buy Juanita Some Flowers",
            "url": "https://www.guitarparty.com/songs/buy-juanita-some-flowers/"
        },
        {
            "id": 12940,
            "title": "Christina",
            "url": "https://www.guitarparty.com/songs/christina/"
        },
        {
            "id": 20028,
            "title": "Here Comes The World Again",
            "url": "https://www.guitarparty.com/songs/here-comes-the-world-again/"
        },
        {
            "id": 20990,
            "title": "The Yellow Bandana",
            "url": "https://www.guitarparty.com/songs/the-yellow-bandana/"
        }
    ]
}