Information about plays

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

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

{
    "id": 3610987,
    "uri": "https://api.kexp.org/v2/plays/3610987/?format=api",
    "airdate": "2026-01-30T09:28:49-08:00",
    "show": 65792,
    "show_uri": "https://api.kexp.org/v2/shows/65792/?format=api",
    "image_uri": "https://dn710201.ca.archive.org/0/items/mbid-f0771d33-5730-45e4-8fa0-93ca3c83c3cf/mbid-f0771d33-5730-45e4-8fa0-93ca3c83c3cf-26398226843_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-f0771d33-5730-45e4-8fa0-93ca3c83c3cf/mbid-f0771d33-5730-45e4-8fa0-93ca3c83c3cf-26398226843_thumb250.jpg",
    "song": "holy calamafuck",
    "track_id": "9bf878c1-ea62-4e1e-b252-62d08bc44560",
    "recording_id": "e16cdaf9-7a7f-401e-9a2e-3765a071cbdf",
    "artist": "Run the Jewels",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839"
    ],
    "album": "RTJ4",
    "release_id": "5ed89d56-86c2-46bd-b9c3-22ec4104ebad",
    "release_group_id": "0e7c4fc2-d756-420e-85b3-31f5fff0c31f",
    "labels": [
        "Jewel Runners LLC"
    ],
    "label_ids": [
        "333ec302-abd5-4673-93b9-ea970f437c69"
    ],
    "release_date": "2020-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Christian asked for anything by Run the Jewels.  John selected \"holy calamafuck.\"\n--\nWe were so excited to have Run the Jewels performing live in our studio in 2017: https://www.youtube.com/watch?v=C8zQHaIPzVw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}