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

{
    "name": "Harry Nemo",
    "title": "Harry Nemo",
    "id": 10081,
    "slug": "harry-nemo",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10081/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22136,
            "title": "Blame It On My Last Affair",
            "url": "https://www.guitarparty.com/songs/blame-it-on-my-last-affair/"
        }
    ]
}