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

{
    "name": " Barry Reynolds",
    "title": " Barry Reynolds",
    "id": 11983,
    "slug": "barry-reynolds",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11983/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24027,
            "title": "I've seen that face before (Libertango)",
            "url": "https://www.guitarparty.com/songs/ive-seen-that-face-before-libertango/"
        }
    ]
}