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

{
    "name": "Michael Mchenry",
    "title": "Michael Mchenry",
    "id": 16501,
    "slug": "michael-mchenry",
    "url": "https://www.guitarparty.com/api/v3/core/authors/16501/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 29217,
            "title": "Bang Bang (Bríet)",
            "url": "https://www.guitarparty.com/songs/bang-bang-briet/"
        }
    ]
}