Information about plays

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

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

{
    "id": 2678392,
    "uri": "https://api.kexp.org/v2/plays/2678392/?format=api",
    "airdate": "2019-12-26T13:47:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": ". Mystic Molay feat. Innov Gnawa [Umoja Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Nikodemus",
    "artist_ids": [
        "97cfe997-5da6-41b3-9cb6-bcbac60bd12c"
    ],
    "album": "A Long Engagement Remixed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nickodemus is back with a remix album that takes the original recordings back into the clubs with slow rolling remixes. https://wonderwheelrecordings.bandcamp.com/album/a-long-engagement-remixed <br> <br> Coming back to Riz's word of the day, \"Umoja\". Umoja is the Swahili word for \"unity\". Today we celebrate the first day of Kwanzaa.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}