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

{
    "name": "Suzi Quatro",
    "title": "Suzi Quatro",
    "id": 11598,
    "slug": "suzi-quatro",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11598/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28075,
            "title": "If You Can't Give Me Love",
            "url": "https://www.guitarparty.com/songs/if-you-cant-give-me-love/"
        },
        {
            "id": 23706,
            "title": "Stumblin' In",
            "url": "https://www.guitarparty.com/songs/stumblin-in/"
        }
    ]
}