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

{
    "name": "W.W. Fosdick",
    "title": "W.W. Fosdick",
    "id": 1327,
    "slug": "w-w-fosdick",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1327/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 800,
            "title": "Love me tender",
            "url": "https://www.guitarparty.com/songs/love-me-tender/"
        }
    ]
}