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

{
    "name": "Falco",
    "title": "Falco",
    "id": 11790,
    "slug": "falco",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11790/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23872,
            "title": "Rock Me Amadeus",
            "url": "https://www.guitarparty.com/songs/rock-me-amadeus/"
        }
    ]
}