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

{
    "name": "Ghost Town DJ's",
    "title": "Ghost Town DJ's",
    "id": 12460,
    "slug": "ghost-town-djs",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12460/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24626,
            "title": "My boo",
            "url": "https://www.guitarparty.com/songs/my-boo/"
        }
    ]
}