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

{
    "name": "Wiley Walker",
    "title": "Wiley Walker",
    "id": 2703,
    "slug": "wiley-walker",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2703/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12782,
            "title": "I Want To Live And Love",
            "url": "https://www.guitarparty.com/songs/i-want-to-live-and-love/"
        },
        {
            "id": 21083,
            "title": "When My Blue Moon Turns to Gold",
            "url": "https://www.guitarparty.com/songs/when-my-blue-moon-turns-to-gold/"
        },
        {
            "id": 2419,
            "title": "When My Blue Moon Turns To Gold Again",
            "url": "https://www.guitarparty.com/songs/when-my-blue-moon-turns-to-gold-again/"
        }
    ]
}