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

{
    "name": "Mike Dekle",
    "title": "Mike Dekle",
    "id": 8978,
    "slug": "mike-dekle",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8978/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21405,
            "title": "No Trash In My Trailer",
            "url": "https://www.guitarparty.com/songs/no-trash-in-my-trailer/"
        },
        {
            "id": 19484,
            "title": "Scarlet Fever",
            "url": "https://www.guitarparty.com/songs/scarlet-fever/"
        }
    ]
}