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

{
    "name": "Harry Vanda",
    "title": "Harry Vanda",
    "id": 10851,
    "slug": "harry-vanda",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10851/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23151,
            "title": "Love is in the air",
            "url": "https://www.guitarparty.com/songs/love-is-in-the-air/"
        }
    ]
}