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

{
    "name": "Kenny ODell",
    "title": "Kenny ODell",
    "id": 5853,
    "slug": "kenny-odell",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5853/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11824,
            "title": "Behind Closed Doors",
            "url": "https://www.guitarparty.com/songs/behind-closed-doors/"
        },
        {
            "id": 10608,
            "title": "I Take It On Home",
            "url": "https://www.guitarparty.com/songs/i-take-it-on-home/"
        },
        {
            "id": 10762,
            "title": "Trouble In Paradise",
            "url": "https://www.guitarparty.com/songs/trouble-in-paradise/"
        }
    ]
}