Information about plays

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

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

{
    "id": 3638241,
    "uri": "https://api.kexp.org/v2/plays/3638241/?format=api",
    "airdate": "2026-04-05T15:48:21-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-a866edcc-3e7f-4330-9ffa-b3f4c298b846/mbid-a866edcc-3e7f-4330-9ffa-b3f4c298b846-42636487798_thumb500.jpg",
    "thumbnail_uri": "https://dn721502.ca.archive.org/0/items/mbid-a866edcc-3e7f-4330-9ffa-b3f4c298b846/mbid-a866edcc-3e7f-4330-9ffa-b3f4c298b846-42636487798_thumb250.jpg",
    "song": "Rabbit Run",
    "track_id": "a0d6ac50-574e-4e32-a34f-186edde2d610",
    "recording_id": "5b5fe07b-74af-4317-9c4f-65e2c67bc590",
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Rabbit Run",
    "release_id": "a866edcc-3e7f-4330-9ffa-b3f4c298b846",
    "release_group_id": "200e81f8-66d3-4997-842a-6830bd80276a",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-07-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song is one of four original tracks the rock band contributed to the movie \"Caught Stealing\"'s soundtrack. They also recorded the full film score composed by Rob Simonsen. Both the film and the soundtrack were released on August 29th, 2025. \n--\nCheck out IDLES live on KEXP from 2018: https://www.youtube.com/watch?v=5Sbbiv5iSiQ&ab_channel=KEXP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}