Information about plays

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

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

{
    "id": 3635436,
    "uri": "https://api.kexp.org/v2/plays/3635436/?format=api",
    "airdate": "2026-03-30T04:22:32-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-2c0359e4-ae71-3e43-a322-bc115d125538/mbid-2c0359e4-ae71-3e43-a322-bc115d125538-5918542708_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-2c0359e4-ae71-3e43-a322-bc115d125538/mbid-2c0359e4-ae71-3e43-a322-bc115d125538-5918542708_thumb250.jpg",
    "song": "Hyacinth House",
    "track_id": "fda1b59a-2c74-372c-a0d2-5bc1ab705523",
    "recording_id": "a7c2f730-01bf-4a56-812b-4d637ac53817",
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "L.A. Woman",
    "release_id": "2c0359e4-ae71-3e43-a322-bc115d125538",
    "release_group_id": "7be633bd-d1f6-3d89-8939-803ae0ed0de8",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2007-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}