Information about plays

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

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

{
    "id": 3640978,
    "uri": "https://api.kexp.org/v2/plays/3640978/?format=api",
    "airdate": "2026-04-11T23:32:20-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-ddde678f-1d0b-416e-9dd5-8a06a82c080c/mbid-ddde678f-1d0b-416e-9dd5-8a06a82c080c-36337891485_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-ddde678f-1d0b-416e-9dd5-8a06a82c080c/mbid-ddde678f-1d0b-416e-9dd5-8a06a82c080c-36337891485_thumb250.jpg",
    "song": "Water Machine, Pt. II",
    "track_id": "8fd49c65-8fd0-46cd-b8bc-4664b59dc4f1",
    "recording_id": "c843aa53-3258-46be-961b-47d068b80744",
    "artist": "Water Machine",
    "artist_ids": [
        "3d91486f-a1d9-4be2-981f-cc5f8ea6012a"
    ],
    "album": "Raw Liquid Power",
    "release_id": "ddde678f-1d0b-416e-9dd5-8a06a82c080c",
    "release_group_id": "bcf95233-61c3-4b5a-9b8d-463b50e9b123",
    "labels": [
        "Upset! The Rhythm"
    ],
    "label_ids": [
        "efa567aa-45c4-493c-9624-7348446dbef0"
    ],
    "release_date": "2023-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}