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

{
    "name": "Guy Wood",
    "title": "Guy Wood",
    "id": 10409,
    "slug": "guy-wood",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10409/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22652,
            "title": "My One, Only Love",
            "url": "https://www.guitarparty.com/songs/my-one-only-love/"
        },
        {
            "id": 22435,
            "title": "Shoo Fly Pie,Apple Pan Dowdy",
            "url": "https://www.guitarparty.com/songs/shoo-fly-pieapple-pan-dowdy/"
        }
    ]
}