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

{
    "name": "Andre Rand",
    "title": "Andre Rand",
    "id": 8945,
    "slug": "andre-rand",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8945/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19385,
            "title": "Only You (And You Alone) - (The Platters)",
            "url": "https://www.guitarparty.com/songs/only-you-the-platters/"
        }
    ]
}