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

{
    "name": "Roger Greenaway",
    "title": "Roger Greenaway",
    "id": 3054,
    "slug": "roger-greenaway-2",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3054/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 2981,
            "title": "I‘d like to teach the world to sing",
            "url": "https://www.guitarparty.com/songs/id-like-to-teach-the-world-to-sing/"
        }
    ]
}