Information about plays

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

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

{
    "id": 3554911,
    "uri": "https://api.kexp.org/v2/plays/3554911/?format=api",
    "airdate": "2025-09-19T07:24:11-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://ia804503.us.archive.org/29/items/mbid-da3c5971-4e24-4dd6-82cc-e2a22bb36c92/mbid-da3c5971-4e24-4dd6-82cc-e2a22bb36c92-29520135340_thumb500.jpg",
    "thumbnail_uri": "https://ia904503.us.archive.org/29/items/mbid-da3c5971-4e24-4dd6-82cc-e2a22bb36c92/mbid-da3c5971-4e24-4dd6-82cc-e2a22bb36c92-29520135340_thumb250.jpg",
    "song": "Destroy Everything You Touch",
    "track_id": "7840be8e-3aba-3998-aedb-7daa290b6b75",
    "recording_id": "067e8d88-5188-4fd2-8c2e-d3439c82152f",
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Witching Hour",
    "release_id": "da3c5971-4e24-4dd6-82cc-e2a22bb36c92",
    "release_group_id": "532ddc26-600b-3278-aff5-94f601cddc6e",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 2005, Ladytron released \"Destroy Everything You Touch,\" the second single from their third studio album, \"Witching Hour.\"\n--\nBrrr!  It's cold and there are strange creatures in the video for this song:  https://www.youtube.com/watch?v=JTTwlAT_AwU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}