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

{
    "name": "Thomas Gustafsson",
    "title": "Thomas Gustafsson",
    "id": 4411,
    "slug": "Thomas-Gustafsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/4411/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 4381,
            "title": "Euphoria (Eurovision winner 2012 Sweden)",
            "url": "https://www.guitarparty.com/songs/euphoria/"
        }
    ]
}