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

{
    "name": "Robert Lee McDill",
    "title": "Robert Lee McDill",
    "id": 7320,
    "slug": "robert-lee-mcdill",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7320/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10233,
            "title": "If Only Your Eyes Could Lie",
            "url": "https://www.guitarparty.com/songs/if-only-your-eyes-could-lie/"
        }
    ]
}