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

{
    "name": "Lil' Wayne",
    "title": "Lil' Wayne",
    "id": 12827,
    "slug": "lil-wayne-2",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12827/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24938,
            "title": "Sorry 4 the Wait",
            "url": "https://www.guitarparty.com/songs/sorry-4-the-wait/"
        }
    ]
}