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

{
    "name": "Mickey McGivern",
    "title": "Mickey McGivern",
    "id": 8686,
    "slug": "mickey-mcgivern",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8686/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 18121,
            "title": "Down At The Corner At A Bar Called Kellys",
            "url": "https://www.guitarparty.com/songs/down-at-the-corner-at-a-bar-called-kellys/"
        }
    ]
}