Information about plays

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

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

{
    "id": 3633046,
    "uri": "https://api.kexp.org/v2/plays/3633046/?format=api",
    "airdate": "2026-03-24T08:17:45-07:00",
    "show": 66267,
    "show_uri": "https://api.kexp.org/v2/shows/66267/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-5b9c5b2b-aeee-40b9-bd9d-9bcd00f3051a/mbid-5b9c5b2b-aeee-40b9-bd9d-9bcd00f3051a-9915154906_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-5b9c5b2b-aeee-40b9-bd9d-9bcd00f3051a/mbid-5b9c5b2b-aeee-40b9-bd9d-9bcd00f3051a-9915154906_thumb250.jpg",
    "song": "Love Will Tear Us Apart",
    "track_id": "2cc9294a-7a72-3497-89d5-abbd128dfa17",
    "recording_id": "dfaccb6d-310c-4cad-a070-35637a4bdcef",
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Neon Lights",
    "release_id": "5b9c5b2b-aeee-40b9-bd9d-9bcd00f3051a",
    "release_group_id": "550f110e-8bee-4e02-855e-93268eaedfa6",
    "labels": [
        "RED Ink"
    ],
    "label_ids": [
        "c2bc2c32-3b01-4671-8c67-b11db0f4b5be"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simple Minds covering \"Love Will Tear Us Apart\" by Joy Division.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}