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

{
    "name": "Gene Thomas",
    "title": "Gene Thomas",
    "id": 8455,
    "slug": "gene-thomas",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8455/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/GeneThomas.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 19351,
            "title": "Perfect Mountain",
            "url": "https://www.guitarparty.com/songs/perfect-mountain/"
        },
        {
            "id": 15229,
            "title": "Remembered By Someone",
            "url": "https://www.guitarparty.com/songs/remembered-by-someone/"
        },
        {
            "id": 20999,
            "title": "Rings of Gold",
            "url": "https://www.guitarparty.com/songs/rings-of-gold/"
        }
    ]
}