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

{
    "name": "Danny Mayo",
    "title": "Danny Mayo",
    "id": 8408,
    "slug": "danny-mayo",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8408/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19072,
            "title": "Change Her Mind",
            "url": "https://www.guitarparty.com/songs/change-her-mind/"
        },
        {
            "id": 15170,
            "title": "Keeper Of The Stars",
            "url": "https://www.guitarparty.com/songs/keeper-of-the-stars/"
        }
    ]
}