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

{
    "name": "Otto Harbach",
    "title": "Otto Harbach",
    "id": 6354,
    "slug": "otto-harbach",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6354/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11204,
            "title": "Indian Love Call",
            "url": "https://www.guitarparty.com/songs/indian-love-call/"
        },
        {
            "id": 24029,
            "title": "Rassmus",
            "url": "https://www.guitarparty.com/songs/rassmus/"
        },
        {
            "id": 20714,
            "title": "Rose Marie",
            "url": "https://www.guitarparty.com/songs/rose-marie/"
        },
        {
            "id": 24022,
            "title": "Smoke gets in your eyes",
            "url": "https://www.guitarparty.com/songs/smoke-gets-in-your-eyes/"
        }
    ]
}