Information about plays

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

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

{
    "id": 375986,
    "uri": "https://api.kexp.org/v2/plays/375986/?format=api",
    "airdate": "2019-09-03T11:52:00-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where’s Your Head At",
    "track_id": "b8c545b7-e023-3a81-8134-d8a14d801355",
    "recording_id": null,
    "artist": "Basement Jaxx",
    "artist_ids": [
        "28cbf94d-0700-4095-a188-37e373b069a7"
    ],
    "album": "Rooty",
    "release_id": "b821473e-4959-40e4-9b40-48b95ecaf36b",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [],
    "release_date": "2001-06-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aaron, you sent a very helpful email, preventing Abbie from great consternation.  You wrote, \"Am I going crazy, or does the opening guitar in this Metz song reminds me completely of Basement Jaxx’ \"Where’s Your Head At?\"  She had been trying to think of this song all day.  Incidentally, Basement Jaxx were covering Gary Numan here.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}