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

{
    "name": "Toy T. Caldwell",
    "title": "Toy T. Caldwell",
    "id": 9007,
    "slug": "toy-t-caldwell",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9007/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19560,
            "title": "Can´t You See",
            "url": "https://www.guitarparty.com/songs/can-t-you-see/"
        }
    ]
}