Information about plays

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

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

{
    "id": 3584019,
    "uri": "https://api.kexp.org/v2/plays/3584019/?format=api",
    "airdate": "2025-11-28T08:50:54-08:00",
    "show": 65230,
    "show_uri": "https://api.kexp.org/v2/shows/65230/?format=api",
    "image_uri": "https://ia801901.us.archive.org/33/items/mbid-4e817a8b-fe02-35e7-a7c5-e5878431a469/mbid-4e817a8b-fe02-35e7-a7c5-e5878431a469-2976471178_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/33/items/mbid-4e817a8b-fe02-35e7-a7c5-e5878431a469/mbid-4e817a8b-fe02-35e7-a7c5-e5878431a469-2976471178_thumb250.jpg",
    "song": "Hotel Yorba",
    "track_id": "4b4932c1-7c69-3e5b-ab0c-8b1869443b71",
    "recording_id": "1eadd3de-044f-4901-8c0e-3ff4f944e197",
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "White Blood Cells",
    "release_id": "4e817a8b-fe02-35e7-a7c5-e5878431a469",
    "release_group_id": "c5a0411f-374e-360d-9364-3ddec3007162",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "2001-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The White Stripes were just inducted into the Rock Hall of Fame.  Jack showed up, but Meg was absent.: https://rockhall.com/inductees/white-stripes/\n--\n\"Get your hands dirty and drop the screens and get out of your garage.\"  That's Jack White during the Rock induction: https://www.youtube.com/watch?v=_AAKmn18LvQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}