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

{
    "name": "Ralph Rainger",
    "title": "Ralph Rainger",
    "id": 10177,
    "slug": "ralph-rainger",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10177/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22636,
            "title": "Easy Living",
            "url": "https://www.guitarparty.com/songs/easy-living/"
        },
        {
            "id": 22220,
            "title": "Love In Bloom",
            "url": "https://www.guitarparty.com/songs/love-in-bloom/"
        }
    ]
}