Information about plays

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

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

{
    "id": 354469,
    "uri": "https://api.kexp.org/v2/plays/354469/?format=api",
    "airdate": "2019-07-14T23:40:51-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Changes They Come (feat. Ian Fink)",
    "track_id": null,
    "recording_id": null,
    "artist": "Pontchartrain",
    "artist_ids": [
        "3998d423-89cf-475a-9f12-3fac7324d925"
    ],
    "album": "Detroit, Vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "House of EFUNK"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"For our second foray into the House Of EFUNK we tap into the source, The Motor City, for a 5 track compilation of Detroit’s unsung heroes and up-and-comers (including) Pontchartrain (Whiskey Disco, Soul Clap Records) who continues his move into strong originals with “Changes They Come”, a funked up, synthed out groove featuring Ian Fink on Keys.\" https://soulclaprecords.bandcamp.com/album/efunk02-detroit-vol-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}