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

{
    "name": "Terry Britten",
    "title": "Terry Britten",
    "id": 13487,
    "slug": "terry-britten",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13487/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27906,
            "title": "We Don't Need Another Hero (Thunderdome)",
            "url": "https://www.guitarparty.com/songs/we-dont-need-another-hero-thunderdome/"
        },
        {
            "id": 25637,
            "title": "What's Love Got to Do with It",
            "url": "https://www.guitarparty.com/songs/whats-love-got-to-do-with-it/"
        }
    ]
}