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

{
    "name": "Robert Mellin",
    "title": "Robert Mellin",
    "id": 10638,
    "slug": "robert-mellin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10638/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 22652,
            "title": "My One, Only Love",
            "url": "https://www.guitarparty.com/songs/my-one-only-love/"
        }
    ]
}