Information about plays

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

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

{
    "id": 374553,
    "uri": "https://api.kexp.org/v2/plays/374553/?format=api",
    "airdate": "2019-08-30T16:31:00-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Search and Destroy",
    "track_id": null,
    "recording_id": null,
    "artist": "Raw Power",
    "artist_ids": [
        "f84963fa-d168-4700-abe0-7f3a9657bde4"
    ],
    "album": "Live at KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2015-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Peter Hilgendorf 's mixtape of favourite KEXP in-studios; you can watch video from this entry here: \n www.youtube.com/watch?v=NMZnI85ETXI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}