Information about plays

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

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

{
    "id": 3639067,
    "uri": "https://api.kexp.org/v2/plays/3639067/?format=api",
    "airdate": "2026-04-07T13:33:04-07:00",
    "show": 66392,
    "show_uri": "https://api.kexp.org/v2/shows/66392/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-3d2e4ffe-9bdf-41c4-abee-c2c0a32f2bc4/mbid-3d2e4ffe-9bdf-41c4-abee-c2c0a32f2bc4-16436933017_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-3d2e4ffe-9bdf-41c4-abee-c2c0a32f2bc4/mbid-3d2e4ffe-9bdf-41c4-abee-c2c0a32f2bc4-16436933017_thumb250.jpg",
    "song": "Push, Push",
    "track_id": "001095f8-d467-3dbe-93a2-440f8b0091e3",
    "recording_id": "ac3c546e-c00d-402e-a612-8bc6e312ef3a",
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "From the Secret Laboratory",
    "release_id": "3d2e4ffe-9bdf-41c4-abee-c2c0a32f2bc4",
    "release_group_id": "61be1457-8ea8-4f03-a562-b1a5e6e5fcbf",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP LSP <3\nLee “Scratch” Perry, the legendary dub pioneer and producer for Bob Marley, often blew marijuana smoke onto his master tapes to infuse them with the proper “vibe.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}