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

{
    "name": "June Stearns",
    "title": "June Stearns",
    "id": 5923,
    "slug": "june-stearns",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5923/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15131,
            "title": "Back To Back (Were Strangers)",
            "url": "https://www.guitarparty.com/songs/back-to-back-were-strangers/"
        },
        {
            "id": 10501,
            "title": "Can You Match That Kind Of Love",
            "url": "https://www.guitarparty.com/songs/can-you-match-that-kind-of-love/"
        }
    ]
}