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

{
    "name": "John B. Jarvis",
    "title": "John B. Jarvis",
    "id": 7340,
    "slug": "john-b-jarvis",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7340/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10027,
            "title": "I Came Straight To You",
            "url": "https://www.guitarparty.com/songs/i-came-straight-to-you/"
        }
    ]
}