Information about plays

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

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

{
    "id": 3628394,
    "uri": "https://api.kexp.org/v2/plays/3628394/?format=api",
    "airdate": "2026-03-13T11:25:01-07:00",
    "show": 66169,
    "show_uri": "https://api.kexp.org/v2/shows/66169/?format=api",
    "image_uri": "https://ia803101.us.archive.org/26/items/mbid-f7c88c2b-be6a-3867-9bb7-a434d34e0b01/mbid-f7c88c2b-be6a-3867-9bb7-a434d34e0b01-24761164750_thumb500.jpg",
    "thumbnail_uri": "https://dn711005.ca.archive.org/0/items/mbid-f7c88c2b-be6a-3867-9bb7-a434d34e0b01/mbid-f7c88c2b-be6a-3867-9bb7-a434d34e0b01-24761164750_thumb250.jpg",
    "song": "Transmission",
    "track_id": "dd5417ac-c476-3636-84de-552df1e6f35f",
    "recording_id": "96dff478-a0fe-400a-8030-5c6618ed7bc8",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Permanent",
    "release_id": "f7c88c2b-be6a-3867-9bb7-a434d34e0b01",
    "release_group_id": "7ac705a1-5fba-3a2e-a37e-f3849f201bb9",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1995-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Please send transmission vibes to our frozen radio transmitter...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}