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

{
    "name": "Roy Marcum",
    "title": "Roy Marcum",
    "id": 6055,
    "slug": "roy-marcum",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6055/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10802,
            "title": "Don't Cheat In Our Home Town",
            "url": "https://www.guitarparty.com/songs/dont-cheat-in-our-home-town/"
        }
    ]
}