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

{
    "name": "Paul Craft",
    "title": "Paul Craft",
    "id": 8260,
    "slug": "paul-craft",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8260/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19641,
            "title": "Brother Jukebox",
            "url": "https://www.guitarparty.com/songs/brother-jukebox/"
        },
        {
            "id": 19844,
            "title": "Hank Williams You Wrote My Life",
            "url": "https://www.guitarparty.com/songs/hank-williams-you-wrote-my-life/"
        },
        {
            "id": 19496,
            "title": "Stand Beside Me Behind Me",
            "url": "https://www.guitarparty.com/songs/stand-beside-me-behind-me/"
        },
        {
            "id": 14780,
            "title": "Through The Bottom Of The Glass",
            "url": "https://www.guitarparty.com/songs/through-the-bottom-of-the-glass/"
        }
    ]
}