Information about plays

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

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

{
    "id": 3633936,
    "uri": "https://api.kexp.org/v2/plays/3633936/?format=api",
    "airdate": "2026-03-26T15:30:23-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "https://dn711301.ca.archive.org/0/items/mbid-296f8a54-eff7-3c6a-9857-164c05479c09/mbid-296f8a54-eff7-3c6a-9857-164c05479c09-24569780625_thumb500.jpg",
    "thumbnail_uri": "https://dn711301.ca.archive.org/0/items/mbid-296f8a54-eff7-3c6a-9857-164c05479c09/mbid-296f8a54-eff7-3c6a-9857-164c05479c09-24569780625_thumb250.jpg",
    "song": "Slum Beautiful",
    "track_id": "7bfce788-c43c-3a83-aae9-fccbe8cb9e50",
    "recording_id": "eaf54c84-2c7d-4b0d-ba4c-ffe03a1d710f",
    "artist": "OutKast feat. CeeLo Green",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27",
        "2c69465c-0f76-45ce-90a2-1ed0fdacc997"
    ],
    "album": "Stankonia",
    "release_id": "71f0eea5-99fc-38e6-b0b2-390dcd50bf24",
    "release_group_id": "00d2cd53-21c9-3738-b683-56847b7b0040",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "2000-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cee-Lo Green, who performed on the previous song, is featured on this one, too!\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}