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

{
    "name": "Pete Graves",
    "title": "Pete Graves",
    "id": 5603,
    "slug": "pete-graves",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5603/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10250,
            "title": "Bumming Around",
            "url": "https://www.guitarparty.com/songs/bumming-around/"
        },
        {
            "id": 22248,
            "title": "Just Bummin Around",
            "url": "https://www.guitarparty.com/songs/just-bummin-around/"
        }
    ]
}