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

{
    "name": "Mary Jean Shurtz",
    "title": "Mary Jean Shurtz",
    "id": 6626,
    "slug": "mary-jean-shurtz",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6626/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19102,
            "title": "The Highest Bidder",
            "url": "https://www.guitarparty.com/songs/the-highest-bidder/"
        },
        {
            "id": 11645,
            "title": "There Stands The Glass",
            "url": "https://www.guitarparty.com/songs/there-stands-the-glass/"
        }
    ]
}