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

{
    "name": "B. Crewe",
    "title": "B. Crewe",
    "id": 527,
    "slug": "b-crewe",
    "url": "https://www.guitarparty.com/api/v3/core/authors/527/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 683,
            "title": "Can’t take my eyes off you",
            "url": "https://www.guitarparty.com/songs/cant-take-my-eyes-off-you/"
        }
    ]
}