Information about plays

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

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

{
    "id": 3639239,
    "uri": "https://api.kexp.org/v2/plays/3639239/?format=api",
    "airdate": "2026-04-08T00:10:40-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-3284a453-7f3c-36f7-a46c-42ab0310e51f/mbid-3284a453-7f3c-36f7-a46c-42ab0310e51f-24008431325_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-3284a453-7f3c-36f7-a46c-42ab0310e51f/mbid-3284a453-7f3c-36f7-a46c-42ab0310e51f-24008431325_thumb250.jpg",
    "song": "Oh to Be in Love",
    "track_id": "32e5e8b1-316b-3baa-b75f-7641dfac8c7d",
    "recording_id": "a140d740-67c4-4cfd-8700-386d5e185aa3",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Kick Inside",
    "release_id": "3284a453-7f3c-36f7-a46c-42ab0310e51f",
    "release_group_id": "e8f3a858-20f8-3798-80ac-65264afa4672",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1994-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I <3 Kate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}