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

{
    "name": "Bobby L. Harden",
    "title": "Bobby L. Harden",
    "id": 7700,
    "slug": "bobby-l-harden",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7700/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13113,
            "title": "Hell Stays Open All Night",
            "url": "https://www.guitarparty.com/songs/hell-stays-open-all-night/"
        }
    ]
}