Information about plays

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

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

{
    "id": 353225,
    "uri": "https://api.kexp.org/v2/plays/353225/?format=api",
    "airdate": "2019-07-11T21:59:00-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doubt",
    "track_id": "317a5083-18a9-44dc-806b-ee3c0ebbb681",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Switched On",
    "release_id": "bff8841a-39c3-4837-8abd-661704bab375",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [],
    "release_date": "1992-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Switched On is a compilation of Stereolab's first three releases, and was originally released in 1992. The album's name is in tribute to Switched On Bach and other similar titles from the late 1960s to 1970s that feature Moog synthesizers as the primary instrument.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}