Information about plays

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

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

{
    "id": 3635420,
    "uri": "https://api.kexp.org/v2/plays/3635420/?format=api",
    "airdate": "2026-03-30T03:19:08-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://dn710907.ca.archive.org/0/items/mbid-c7db117c-4e51-4625-9da4-ec7329ec2776/mbid-c7db117c-4e51-4625-9da4-ec7329ec2776-10975645729_thumb500.jpg",
    "thumbnail_uri": "https://dn710907.ca.archive.org/0/items/mbid-c7db117c-4e51-4625-9da4-ec7329ec2776/mbid-c7db117c-4e51-4625-9da4-ec7329ec2776-10975645729_thumb250.jpg",
    "song": "Up on the Sun",
    "track_id": "585ce3ca-3620-443d-a9f5-09bbe1881d0e",
    "recording_id": "81de3a95-2579-494e-bf2e-2798002ea1a7",
    "artist": "Meat Puppets",
    "artist_ids": [
        "3df040ee-2b8b-446b-937a-3f86f4b2cabf"
    ],
    "album": "No Strings Attached",
    "release_id": "c7db117c-4e51-4625-9da4-ec7329ec2776",
    "release_group_id": "54f3fccc-afc8-3675-9059-e7722a223cfd",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}