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

{
    "name": "Randy Houser",
    "title": "Randy Houser",
    "id": 7377,
    "slug": "randy-houser",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7377/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/RandyHouserRH_Im.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 10467,
            "title": "Lead Me Home",
            "url": "https://www.guitarparty.com/songs/lead-me-home/"
        },
        {
            "id": 22532,
            "title": "That’s How Country Feels",
            "url": "https://www.guitarparty.com/songs/thats-how-country-feels/"
        }
    ]
}