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

{
    "name": "Peter Fenn",
    "title": "Peter Fenn",
    "id": 15042,
    "slug": "peter-fenn",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15042/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27727,
            "title": "Dance With You Tonight",
            "url": "https://www.guitarparty.com/songs/dance-with-you-tonight/"
        },
        {
            "id": 27663,
            "title": "Lucky For Me",
            "url": "https://www.guitarparty.com/songs/lucky-for-me/"
        },
        {
            "id": 27662,
            "title": "Slow Down",
            "url": "https://www.guitarparty.com/songs/slow-down/"
        }
    ]
}