Information about plays

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

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

{
    "id": 3550430,
    "uri": "https://api.kexp.org/v2/plays/3550430/?format=api",
    "airdate": "2025-09-08T11:41:03-07:00",
    "show": 64509,
    "show_uri": "https://api.kexp.org/v2/shows/64509/?format=api",
    "image_uri": "https://ia903406.us.archive.org/10/items/mbid-972eda2c-789d-38de-b9c8-62ea7bb4c408/mbid-972eda2c-789d-38de-b9c8-62ea7bb4c408-7946102548_thumb500.jpg",
    "thumbnail_uri": "https://ia803406.us.archive.org/10/items/mbid-972eda2c-789d-38de-b9c8-62ea7bb4c408/mbid-972eda2c-789d-38de-b9c8-62ea7bb4c408-7946102548_thumb250.jpg",
    "song": "Lost My Touch",
    "track_id": "9caa3134-9abc-3d8d-b6bf-c1660aacff03",
    "recording_id": "fa3ecdba-cb32-4c85-8485-a3f826a17564",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Sometime Anywhere",
    "release_id": "6c315310-431b-3be3-bf45-ef984d64c66d",
    "release_group_id": "cf5eef0d-38b3-3cb1-bfe9-678b724dc2e5",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1994-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Church has announced tour dates in 2026:\n- Seattle, WA (The Showbox) Friday, June 5th\n- San Francisco, CA (August Hall) Tuesday, June 9th\n\n\"A pound of flesh caught in the mesh, a fresher\nA special deluxe, de-essed it, you guessed it\nUndress it...\" \nRead the lyrics to \"Lost My Touch\": https://www.azlyrics.com/lyrics/churchband/lostmytouch.html.\n\nhttps://www.thechurchband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}