Information about plays

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

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

{
    "id": 3633044,
    "uri": "https://api.kexp.org/v2/plays/3633044/?format=api",
    "airdate": "2026-03-24T08:12:32-07:00",
    "show": 66267,
    "show_uri": "https://api.kexp.org/v2/shows/66267/?format=api",
    "image_uri": "https://dn710801.ca.archive.org/0/items/mbid-e845a24d-4aec-41e0-9e22-f0213012ac0d/mbid-e845a24d-4aec-41e0-9e22-f0213012ac0d-22496774662_thumb500.jpg",
    "thumbnail_uri": "https://dn710801.ca.archive.org/0/items/mbid-e845a24d-4aec-41e0-9e22-f0213012ac0d/mbid-e845a24d-4aec-41e0-9e22-f0213012ac0d-22496774662_thumb250.jpg",
    "song": "All the Things She Said",
    "track_id": "25cedb06-247d-338f-a506-a7679cc9a877",
    "recording_id": "da02314b-5771-4153-aec9-3450461f585f",
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Once Upon a Time",
    "release_id": "e845a24d-4aec-41e0-9e22-f0213012ac0d",
    "release_group_id": "8b184afd-58a6-3626-a4c6-67089ab88734",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Once Upon a Time\" was co-produced by Bob Clearmountain, who also worked on Kool & The Gang's \"Summer Madness\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}