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

{
    "name": "Shane MacGowan & the popes",
    "title": "Shane MacGowan & the popes",
    "id": 12214,
    "slug": "shane-macgowan-the-popes",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12214/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24310,
            "title": "Song with no name",
            "url": "https://www.guitarparty.com/songs/song-with-no-name/"
        }
    ]
}