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

{
    "name": "Holly Hafferman",
    "title": "Holly Hafferman",
    "id": 3222,
    "slug": "Holly-Hafferman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3222/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 3263,
            "title": "Love the way you lie part 2",
            "url": "https://www.guitarparty.com/songs/love-the-way-you-lie-part-2/"
        }
    ]
}