Information about plays

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

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

{
    "id": 3633189,
    "uri": "https://api.kexp.org/v2/plays/3633189/?format=api",
    "airdate": "2026-03-24T17:28:24-07:00",
    "show": 66270,
    "show_uri": "https://api.kexp.org/v2/shows/66270/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-1cad3ec4-3f7a-45cf-9cc0-bb95fcfc23ff/mbid-1cad3ec4-3f7a-45cf-9cc0-bb95fcfc23ff-33727393629_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-1cad3ec4-3f7a-45cf-9cc0-bb95fcfc23ff/mbid-1cad3ec4-3f7a-45cf-9cc0-bb95fcfc23ff-33727393629_thumb250.jpg",
    "song": "The Breakdown",
    "track_id": "ca31bea9-0bad-319b-9f91-f856d3194ac4",
    "recording_id": "a7e30d89-0981-4029-8b11-21ea29c139d7",
    "artist": "Ugly Duckling",
    "artist_ids": [
        "abe0ffbc-58c9-4688-a4c5-096411802660"
    ],
    "album": "Bang for the Buck",
    "release_id": "d962034c-5ac9-4ad7-980a-958685408805",
    "release_group_id": "a3ac2571-f9f5-300e-a169-cb25d7f59fe8",
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [
        "8319a9cf-0459-4676-893e-be41069bc581"
    ],
    "release_date": "2006-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another one from Ugly Duckling!\n\nThe band chose the name Ugly Duckling because they felt like outcasts in the mid- 90's hip-hop scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}