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

{
    "name": "Marty Symes",
    "title": "Marty Symes",
    "id": 8912,
    "slug": "marty-symes",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8912/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19318,
            "title": "By The River Of The Roses",
            "url": "https://www.guitarparty.com/songs/by-the-river-of-the-roses/"
        },
        {
            "id": 22299,
            "title": "Under A Blanket Of Blue",
            "url": "https://www.guitarparty.com/songs/under-a-blanket-of-blue/"
        }
    ]
}