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

{
    "name": "James Scheffer",
    "title": "James Scheffer",
    "id": 11212,
    "slug": "james-scheffer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11212/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23412,
            "title": "Just A Dream",
            "url": "https://www.guitarparty.com/songs/just-a-dream/"
        }
    ]
}