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

{
    "name": "Blue Öyster Cult",
    "title": "Blue Öyster Cult",
    "id": 11263,
    "slug": "blue-oyster-cult",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11263/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23461,
            "title": "(Don't Fear) The Reaper",
            "url": "https://www.guitarparty.com/songs/dont-fear-the-reaper/"
        }
    ]
}