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

{
    "name": "Rod Temperton",
    "title": "Rod Temperton",
    "id": 11641,
    "slug": "rod-temperton",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11641/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23756,
            "title": "Give Me The Night",
            "url": "https://www.guitarparty.com/songs/give-me-the-night/"
        }
    ]
}