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

{
    "name": "Harry Tobias",
    "title": "Harry Tobias",
    "id": 7272,
    "slug": "harry-tobias",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7272/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10152,
            "title": "If I Had My Life To Live Over",
            "url": "https://www.guitarparty.com/songs/if-i-had-my-life-to-live-over/"
        },
        {
            "id": 16874,
            "title": "On The Sunny Side Of The Rockies",
            "url": "https://www.guitarparty.com/songs/on-the-sunny-side-of-the-rockies/"
        }
    ]
}