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

{
    "name": "Lefty Frizzel",
    "title": "Lefty Frizzel",
    "id": 8331,
    "slug": "lefty-frizzel",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8331/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14980,
            "title": "Always Late",
            "url": "https://www.guitarparty.com/songs/always-late/"
        },
        {
            "id": 21076,
            "title": "Shes Gone Gone Gone",
            "url": "https://www.guitarparty.com/songs/shes-gone-gone-gone/"
        }
    ]
}