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

{
    "name": "Hank Hunter",
    "title": "Hank Hunter",
    "id": 8589,
    "slug": "hank-hunter",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8589/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22012,
            "title": "Just For Old Times Sake",
            "url": "https://www.guitarparty.com/songs/just-for-old-times-sake/"
        },
        {
            "id": 25200,
            "title": "One Way Ticket (Eruption)",
            "url": "https://www.guitarparty.com/songs/one-way-ticket-eruption/"
        },
        {
            "id": 25195,
            "title": "One Way Ticket (Neil Sedaka)",
            "url": "https://www.guitarparty.com/songs/one-way-ticket/"
        },
        {
            "id": 17384,
            "title": "Second Hand Love",
            "url": "https://www.guitarparty.com/songs/second-hand-love/"
        }
    ]
}