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

{
    "name": "Harry Noble",
    "title": "Harry Noble",
    "id": 8327,
    "slug": "harry-noble",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8327/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14954,
            "title": "Hold Me Thrill Me Kiss Me",
            "url": "https://www.guitarparty.com/songs/hold-me-thrill-me-kiss-me/"
        }
    ]
}