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

{
    "name": "the Masters Family",
    "title": "the Masters Family",
    "id": 8551,
    "slug": "the-masters-family",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8551/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 16943,
            "title": "Gloryland March",
            "url": "https://www.guitarparty.com/songs/gloryland-march/"
        },
        {
            "id": 20460,
            "title": "Man Of Galilee",
            "url": "https://www.guitarparty.com/songs/man-of-galilee/"
        }
    ]
}