Information about plays

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

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

{
    "id": 2682702,
    "uri": "https://api.kexp.org/v2/plays/2682702/?format=api",
    "airdate": "2020-01-06T04:08:00-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Woodcarver",
    "track_id": "fc9f62d1-23b1-451a-9c02-499c906f08d5",
    "recording_id": null,
    "artist": "A Tribe Called Red",
    "artist_ids": [
        "284ee768-2c9a-440a-be37-db926e90fc1c"
    ],
    "album": "A Tribe Called Red",
    "release_id": "6c0edd90-fec2-4bcd-b407-d9c4c7b72686",
    "release_group_id": null,
    "labels": [
        "Radicalized Records"
    ],
    "label_ids": [],
    "release_date": "2013-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“We’ve always looked at the fact that we use our culture in our music as a responsibility. That there’s a responsibility that comes with that to talk about indigenous issues, to talk about injustices within the indigenous community. So when we heard about John T. Williams’ murder, it was one of those times where, it’s on film. This is cold blooded murder, there’s no question and the song came out after the verdict. We made that song out of frustration. To blow up what had happened and to try to tell as many people as we could about how wrong the justice system was in this situation.” https://www.kexp.org/read/2019/10/14/sound-vision-tribe-called-red-discuss-their-take-indigenous-music-sampling-and-pushing-boundaries/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}