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

{
    "name": "Jack Adams",
    "title": "Jack Adams",
    "id": 5572,
    "slug": "jack-adams",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5572/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10209,
            "title": "She Fights That Loving Feeling",
            "url": "https://www.guitarparty.com/songs/she-fights-that-loving-feeling/"
        }
    ]
}