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

{
    "name": "Tor Erik Hermansen",
    "title": "Tor Erik Hermansen",
    "id": 10829,
    "slug": "Tor-Erik-Hermansen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10829/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 22672,
            "title": "Diamonds",
            "url": "https://www.guitarparty.com/songs/diamonds/"
        },
        {
            "id": 24527,
            "title": "Worth It",
            "url": "https://www.guitarparty.com/songs/worth-it/"
        }
    ]
}