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

{
    "name": "Mike Kosser",
    "title": "Mike Kosser",
    "id": 6917,
    "slug": "mike-kosser",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6917/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 12215,
            "title": "I Can't Sleep With You",
            "url": "https://www.guitarparty.com/songs/i-cant-sleep-with-you/"
        }
    ]
}