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

{
    "name": "Penny Jay",
    "title": "Penny Jay",
    "id": 5723,
    "slug": "penny-jay",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5723/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10431,
            "title": "Don´t Let Me Cross Over",
            "url": "https://www.guitarparty.com/songs/don8217t-let-me-cross-over/"
        }
    ]
}