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

{
    "name": "Eddie Snyder",
    "title": "Eddie Snyder",
    "id": 5852,
    "slug": "eddie-snyder",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5852/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10607,
            "title": "Blue Spanish Eyes",
            "url": "https://www.guitarparty.com/songs/blue-spanish-eyes-lyrics-and-chords-charlie-ric/"
        },
        {
            "id": 22870,
            "title": "Spanish Eyes",
            "url": "https://www.guitarparty.com/songs/spanish-eyes/"
        },
        {
            "id": 22668,
            "title": "Strangers In the Night",
            "url": "https://www.guitarparty.com/songs/strangers-in-the-night/"
        },
        {
            "id": 17404,
            "title": "Wheel Of Hurt",
            "url": "https://www.guitarparty.com/songs/wheel-of-hurt/"
        },
        {
            "id": 21640,
            "title": "When the Snow is on The Roses",
            "url": "https://www.guitarparty.com/songs/when-the-snow-is-on-the-roses/"
        }
    ]
}