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

{
    "name": "Clark Bentley",
    "title": "Clark Bentley",
    "id": 6464,
    "slug": "clark-bentley",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6464/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11345,
            "title": "Yesterday All Day Long Today",
            "url": "https://www.guitarparty.com/songs/yesterday-all-day-long-today/"
        }
    ]
}