Information about plays

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

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

{
    "id": 3556339,
    "uri": "https://api.kexp.org/v2/plays/3556339/?format=api",
    "airdate": "2025-09-22T13:29:37-07:00",
    "show": 64634,
    "show_uri": "https://api.kexp.org/v2/shows/64634/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-1c65dc93-6748-3bb5-be18-bdbbad7f8d42/mbid-1c65dc93-6748-3bb5-be18-bdbbad7f8d42-30269215841_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-1c65dc93-6748-3bb5-be18-bdbbad7f8d42/mbid-1c65dc93-6748-3bb5-be18-bdbbad7f8d42-30269215841_thumb250.jpg",
    "song": "Bonita Applebum",
    "track_id": "241f0665-533a-35d2-ae59-c6cfa6ff3caa",
    "recording_id": "89267c1f-e888-42f0-bf32-40f56c4c002c",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People’s Instinctive Travels and the Paths of Rhythm",
    "release_id": "1c65dc93-6748-3bb5-be18-bdbbad7f8d42",
    "release_group_id": "02adb8a7-496c-3a9a-a324-662df73fdba5",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1990-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bonita Applebum\" sampled Cannonball Adderley's \"Soul Virgo\" and Rotary Connection's \"Memory Band.\"\n\nInitially, Q-Tip used a conventional rap delivery, but inspired after reading a Miles Davis interview about \"space\" (rests), he decided to adopt the technique by changing the beat and using a more conversational delivery. \n--\nWatch them perform \"Bonita Applebum\" live: https://youtu.be/jJ3Ffu-2cNY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}