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

{
    "name": "Jack Roberts",
    "title": "Jack Roberts",
    "id": 8875,
    "slug": "jack-roberts",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8875/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19237,
            "title": "Heres Some Love",
            "url": "https://www.guitarparty.com/songs/heres-some-love/"
        }
    ]
}