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

{
    "name": "The Ran Dells",
    "title": "The Ran Dells",
    "id": 5353,
    "slug": "the-ran-dells",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5353/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 9711,
            "title": "The Martian Hop",
            "url": "https://www.guitarparty.com/songs/the-martian-hop/"
        }
    ]
}