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

{
    "name": "Fred Carter Jr.",
    "title": "Fred Carter Jr.",
    "id": 8994,
    "slug": "fred-carter-jr-",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8994/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19522,
            "title": "I Want To Hear It From You",
            "url": "https://www.guitarparty.com/songs/i-want-to-hear-it-from-you/"
        }
    ]
}