Information about plays

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

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

{
    "id": 356488,
    "uri": "https://api.kexp.org/v2/plays/356488/?format=api",
    "airdate": "2019-07-19T14:17:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Standing in the Way of Control",
    "track_id": "b62cd9c8-5448-3014-a06f-90cb551b5c54",
    "recording_id": null,
    "artist": "gossip",
    "artist_ids": [
        "85cc4473-c148-4c6b-9475-b7ff8c1222ac"
    ],
    "album": "Standing in the Way of Control",
    "release_id": "9482bc9b-fe3a-30aa-b3f4-f2918004d748",
    "release_group_id": null,
    "labels": [
        "Back Yard Recordings"
    ],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beth Ditto on how both hailing from Searcy, Arkansas, has influenced her: \"Growing up in the South is like a different planet. It’s the Bible Belt. I grew up afraid of being possessed my whole life… Nathan’s the same way. To this day, if it’s dark we won’t say the 'D' word. Which is 'Demon.' I remember in twelfth grade, my teacher showed us The Silent Scream. You know that video? So she showed it and like half the girls in the class had to get up and leave, because of course half the girls in the class had had abortions. We’d take sex ed. and learn for weeks about buying engagement rings, and then maybe thirty minutes about safe sex…and there were girls in my school who already had babies! Just crazy shit.\" https://bit.ly/2YbQ2ln",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}