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

{
    "name": "Eagles of Death Metal",
    "title": "Eagles of Death Metal",
    "id": 12058,
    "slug": "eagles-of-death-metal",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12058/?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/"
        }
    ]
}