Information about plays

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

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

{
    "id": 3638947,
    "uri": "https://api.kexp.org/v2/plays/3638947/?format=api",
    "airdate": "2026-04-07T06:03:32-07:00",
    "show": 66389,
    "show_uri": "https://api.kexp.org/v2/shows/66389/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-bdc1089a-4bf0-46b1-86dc-33b3e926f6c7/mbid-bdc1089a-4bf0-46b1-86dc-33b3e926f6c7-9552970595_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-bdc1089a-4bf0-46b1-86dc-33b3e926f6c7/mbid-bdc1089a-4bf0-46b1-86dc-33b3e926f6c7-9552970595_thumb250.jpg",
    "song": "The Other Side",
    "track_id": "92137990-3f76-4a8c-81f8-f23ce6221e8e",
    "recording_id": "75dfef25-fd2d-40cc-8163-5139dbec6dc7",
    "artist": "Public Service Broadcasting",
    "artist_ids": [
        "93834e82-3a0b-4ec2-a2e4-6eca0a497e6d"
    ],
    "album": "The Race for Space",
    "release_id": "bdc1089a-4bf0-46b1-86dc-33b3e926f6c7",
    "release_group_id": "38d7dd30-0b1c-45f5-bde4-a0794dc0ec7c",
    "labels": [
        "Test Card Recordings"
    ],
    "label_ids": [
        "29ad6426-4762-47ed-aba0-73ed2e1f8879"
    ],
    "release_date": "2015-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"As we prepare to go out of radio communication... to all of you down there on Earth, and around Earth - we love you from the moon.\" - Victor Glover (Astronaut on the Artemis ll mission, pilot of the Orion Spacecraft and first Black astronaut to fly around the moon)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}