Information about plays

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

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

{
    "id": 3633047,
    "uri": "https://api.kexp.org/v2/plays/3633047/?format=api",
    "airdate": "2026-03-24T08:22:26-07:00",
    "show": 66267,
    "show_uri": "https://api.kexp.org/v2/shows/66267/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-52b238f1-fcac-4331-918b-5abfb410392f/mbid-52b238f1-fcac-4331-918b-5abfb410392f-4692945918_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-52b238f1-fcac-4331-918b-5abfb410392f/mbid-52b238f1-fcac-4331-918b-5abfb410392f-4692945918_thumb250.jpg",
    "song": "Love Will Tear Us Apart",
    "track_id": "dd6c798a-8584-3779-a63d-116ba60f08ec",
    "recording_id": "2afa76b8-7857-40dc-97a8-2c6f457becb4",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Love Will Tear Us Apart",
    "release_id": "52b238f1-fcac-4331-918b-5abfb410392f",
    "release_group_id": "d4e6c019-a6df-38fb-b6aa-7861d71b5543",
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1980-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song by Joy Division was covered by Simple Minds in 2001 and featured in the film Donnie Darko the same year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}