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

{
    "name": "Joe Maphis",
    "title": "Joe Maphis",
    "id": 7323,
    "slug": "joe-maphis",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7323/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/JoeMaphis.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 16984,
            "title": "Dim Lights Thick Smoke",
            "url": "https://www.guitarparty.com/songs/dim-lights-thick-smoke/"
        },
        {
            "id": 10508,
            "title": "Drink Up And Go Home",
            "url": "https://www.guitarparty.com/songs/drink-up-and-go-home/"
        }
    ]
}