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

{
    "name": "Craig Bickhardt",
    "title": "Craig Bickhardt",
    "id": 5426,
    "slug": "craig-bickhardt",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5426/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 9991,
            "title": "If A Heart Must Be Broken",
            "url": "https://www.guitarparty.com/songs/if-a-heart-must-be-broken/"
        }
    ]
}