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

{
    "name": "Rick Klang",
    "title": "Rick Klang",
    "id": 7047,
    "slug": "rick-klang",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7047/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10210,
            "title": "That Over Thirty Look",
            "url": "https://www.guitarparty.com/songs/that-over-thirty-look/"
        }
    ]
}