Information about plays

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

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

{
    "id": 3639997,
    "uri": "https://api.kexp.org/v2/plays/3639997/?format=api",
    "airdate": "2026-04-09T18:23:30-07:00",
    "show": 66409,
    "show_uri": "https://api.kexp.org/v2/shows/66409/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7-9970486444_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7-9970486444_thumb250.jpg",
    "song": "Go!",
    "track_id": "d83d4529-895a-4d50-ba0f-1e42a870ee77",
    "recording_id": "abc1d814-31da-4018-b088-ec4b8b64757d",
    "artist": "Public Service Broadcasting",
    "artist_ids": [
        "93834e82-3a0b-4ec2-a2e4-6eca0a497e6d"
    ],
    "album": "The Race for Space",
    "release_id": "08159cda-2db5-4bd4-94ca-8d6c75522cb7",
    "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": "Orion is on its way back toward earth!\n\nSplashdown in approximately 22h and 55min.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}