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

{
    "name": "Cory Batten",
    "title": "Cory Batten",
    "id": 7188,
    "slug": "cory-batten",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7188/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10521,
            "title": "Is The Grass Any Bluer",
            "url": "https://www.guitarparty.com/songs/is-the-grass-any-bluer/"
        },
        {
            "id": 11452,
            "title": "The Note",
            "url": "https://www.guitarparty.com/songs/the-note/"
        }
    ]
}