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

{
    "name": "Moe Jaffe",
    "title": "Moe Jaffe",
    "id": 7274,
    "slug": "moe-jaffe",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7274/?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": 21978,
            "title": "If You Are But a Dream",
            "url": "https://www.guitarparty.com/songs/if-you-are-but-a-dream/"
        }
    ]
}