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

{
    "name": "Aloe Blacc",
    "title": "Aloe Blacc",
    "id": 11195,
    "slug": "aloe-blacc",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11195/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 9807,
            "title": "I Need A Dollar (buzzin)",
            "url": "https://www.guitarparty.com/songs/i-need-a-dollar-buzzin/"
        },
        {
            "id": 23569,
            "title": "The Man",
            "url": "https://www.guitarparty.com/songs/the-man/"
        },
        {
            "id": 23411,
            "title": "Wake me up",
            "url": "https://www.guitarparty.com/songs/wake-me-up/"
        }
    ]
}