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

{
    "name": "Clyde Pitts",
    "title": "Clyde Pitts",
    "id": 5956,
    "slug": "clyde-pitts",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5956/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10831,
            "title": "Even The Bad Times Are Good",
            "url": "https://www.guitarparty.com/songs/even-the-bad-times-are-good/"
        },
        {
            "id": 18238,
            "title": "Live And Learn",
            "url": "https://www.guitarparty.com/songs/live-and-learn/"
        },
        {
            "id": 11326,
            "title": "Old Memories Never Die",
            "url": "https://www.guitarparty.com/songs/old-memories-never-die/"
        },
        {
            "id": 10674,
            "title": "Such A Waste Of Mind",
            "url": "https://www.guitarparty.com/songs/such-a-waste-of-mind/"
        },
        {
            "id": 20860,
            "title": "Sweetheart of the Year",
            "url": "https://www.guitarparty.com/songs/sweetheart-of-the-year/"
        }
    ]
}