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

{
    "name": "Don Crashey",
    "title": "Don Crashey",
    "id": 7218,
    "slug": "don-crashey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7218/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12831,
            "title": "Are You The One",
            "url": "https://www.guitarparty.com/songs/are-you-the-one/"
        }
    ]
}