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

{
    "name": "Harry Wood",
    "title": "Harry Wood",
    "id": 10143,
    "slug": "harry-wood",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10143/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22194,
            "title": "When The Red, Red Robin Comes Bob, Bob Bobbin Along",
            "url": "https://www.guitarparty.com/songs/when-the-red-red-robin-comes-bob-bob-bobbin-along/"
        }
    ]
}