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

{
    "name": "James O'Gwynn",
    "title": "James O'Gwynn",
    "id": 5894,
    "slug": "james-ogynn",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5894/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 10299,
            "title": "Heartache Following Me",
            "url": "https://www.guitarparty.com/songs/heartache-following-me/"
        }
    ]
}