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

{
    "name": " Liam Payne",
    "title": " Liam Payne",
    "id": 11391,
    "slug": "liam-payne",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11391/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23570,
            "title": "Story of my life",
            "url": "https://www.guitarparty.com/songs/story-of-my-life/"
        }
    ]
}