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

{
    "name": "The Fratellis",
    "title": "The Fratellis",
    "id": 11402,
    "slug": "the-fratellis",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11402/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23573,
            "title": "Whistle For The Choir",
            "url": "https://www.guitarparty.com/songs/whistle-for-the-choir/"
        }
    ]
}