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

{
    "name": "Mort Dixon",
    "title": "Mort Dixon",
    "id": 9880,
    "slug": "mort-dixon",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9880/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21977,
            "title": "I´ll Take Care Of Your Cares",
            "url": "https://www.guitarparty.com/songs/i-ll-take-care-of-your-cares/"
        },
        {
            "id": 22355,
            "title": "Nagasaki",
            "url": "https://www.guitarparty.com/songs/nagasaki/"
        },
        {
            "id": 21998,
            "title": "River, Stay Way From My Door",
            "url": "https://www.guitarparty.com/songs/river-stay-way-from-my-door/"
        }
    ]
}