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

{
    "name": "Jesse Hughes & Josh Homme",
    "title": "Jesse Hughes & Josh Homme",
    "id": 12057,
    "slug": "jesse-hughes-josh-homme",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12057/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24112,
            "title": "Bag O'Miracles",
            "url": "https://www.guitarparty.com/songs/bag-omiracles/"
        },
        {
            "id": 24111,
            "title": "Flames Go Higher",
            "url": "https://www.guitarparty.com/songs/flames-go-higher/"
        }
    ]
}