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

{
    "name": "Jack Gordon",
    "title": "Jack Gordon",
    "id": 8309,
    "slug": "jack-gordon",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8309/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14914,
            "title": "Sing Me A Song Of The Islands",
            "url": "https://www.guitarparty.com/songs/sing-me-a-song-of-the-islands/"
        }
    ]
}