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

{
    "name": "Michael Utley",
    "title": "Michael Utley",
    "id": 8230,
    "slug": "michael-utley",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8230/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14723,
            "title": "If The Phone Doesnt Ring",
            "url": "https://www.guitarparty.com/songs/if-the-phone-doesnt-ring/"
        }
    ]
}