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

{
    "name": "Lil Mattis",
    "title": "Lil Mattis",
    "id": 9941,
    "slug": "lil-mattis",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9941/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22019,
            "title": "Weve Got A World That Swings",
            "url": "https://www.guitarparty.com/songs/weve-got-a-world-that-swings/"
        }
    ]
}