Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/353816/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 353816,
    "uri": "https://api.kexp.org/v2/plays/353816/?format=api",
    "airdate": "2019-07-13T09:46:58-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Richman Poorman",
    "track_id": "93b8e444-f9a9-3a1a-bfe8-ca31ebd5fb57",
    "recording_id": null,
    "artist": "Clinton Fearon",
    "artist_ids": [
        "a35b742a-be8f-4952-8417-2df7ad997216"
    ],
    "album": "Mi an' Mi Guitar",
    "release_id": "0725c087-e3c5-4dfa-930e-5d531ea71e5c",
    "release_group_id": null,
    "labels": [
        "Kool Yu Foot / Boogie Brown Productions"
    ],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clinton Fearon has had a career spanning over 50 years. He joined the mythical group The Gladiators all the way back in 1969. A string of acclaimed singles and albums followed, as did Fearon’s work for legends like Lee Scratch Perry. At the end of the 1980s, he departed The Gladiators to form his own collective, The Boogie Brown Band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}