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

{
    "name": "S. Nelson",
    "title": "S. Nelson",
    "id": 220,
    "slug": "s-nelson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/220/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13647,
            "title": "Frosty The Snow Man",
            "url": "https://www.guitarparty.com/songs/frosty-the-snow-man/"
        },
        {
            "id": 261,
            "title": "Snæfinnur snjókarl",
            "url": "https://www.guitarparty.com/songs/snaefinnur-snjokarl/"
        },
        {
            "id": 21862,
            "title": "With This Ring I Thee Wed",
            "url": "https://www.guitarparty.com/songs/with-this-ring-i-thee-wed/"
        }
    ]
}