Information about plays

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

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

{
    "id": 3640131,
    "uri": "https://api.kexp.org/v2/plays/3640131/?format=api",
    "airdate": "2026-04-10T03:01:08-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f8e2869-36b6-48ba-8d18-3ce786999e0b/4696673065-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f8e2869-36b6-48ba-8d18-3ce786999e0b/4696673065-250.jpg",
    "song": "The Bridge",
    "track_id": null,
    "recording_id": "f3bedeac-5897-4dbd-b859-b06803735af4",
    "artist": "MC Shan",
    "artist_ids": [
        "5da8de99-cd3a-4da9-9801-04305865b129"
    ],
    "album": "Cold Chillin’: The Juice Crew Story",
    "release_id": null,
    "release_group_id": "03c6b28a-032d-3d13-9a2f-cdc63dd92d18",
    "labels": [
        "Cold Chillin’"
    ],
    "label_ids": [
        "85effcdf-76de-4f04-86d2-f8a842350df2"
    ],
    "release_date": "1995-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE: 1986!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}