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

{
    "name": "Randy Hughes",
    "title": "Randy Hughes",
    "id": 7361,
    "slug": "randy-hughes",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7361/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10434,
            "title": "I'm Gonna Fall Out of Love With You",
            "url": "https://www.guitarparty.com/songs/im-gonna-fall-out-of-love-with-you/"
        }
    ]
}