Information about plays

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

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

{
    "id": 374856,
    "uri": "https://api.kexp.org/v2/plays/374856/?format=api",
    "airdate": "2019-08-31T13:26:00-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Les Yper-Sound",
    "track_id": "16058ea9-9600-4db3-988a-19b030bfb24c",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Emperor Tomato Ketchup",
    "release_id": "d416df7c-8474-435e-a74c-eba5c9d19835",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stereolab plays The Showbox on Tuesday, October 15th! https://www.showboxpresents.com/events/detail/369906",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}