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

{
    "name": "Andrew Jenkins",
    "title": "Andrew Jenkins",
    "id": 9148,
    "slug": "andrew-jenkins",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9148/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19938,
            "title": "God put a rainbow in the Clouds",
            "url": "https://www.guitarparty.com/songs/god-put-a-rainbow-in-the-clouds/"
        }
    ]
}