Information about plays

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

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

{
    "id": 355005,
    "uri": "https://api.kexp.org/v2/plays/355005/?format=api",
    "airdate": "2019-07-16T07:57:00-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Theme for Kinetic Ritual",
    "track_id": "e25340dc-ddc9-3086-a342-7059f238cb2d",
    "recording_id": null,
    "artist": "Klark Kent",
    "artist_ids": [
        "d74b89d4-ae61-4508-a890-9343c617673a"
    ],
    "album": "Kollected Works",
    "release_id": "e6fac6a6-1a70-4942-b388-625c8ae7cc39",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When the \"Klark Kent\" album came out, The Police had just released Zenyatta Mondatta and were at the peak of their success, and as such it got a lot of media attention. It was widely assumed that this was Copeland working under a pseudonym. Copeland initially denied being Klark Kent, stating that Kent was just a friend and that he helped him making the album. In an interview on Australian TV in 1981 he stated that Kent was a young Hungarian ballet instructor trained by the CIA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}