Information about plays

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

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

{
    "id": 3656768,
    "uri": "https://api.kexp.org/v2/plays/3656768/?format=api",
    "airdate": "2026-05-19T09:13:58-07:00",
    "show": 66758,
    "show_uri": "https://api.kexp.org/v2/shows/66758/?format=api",
    "image_uri": "https://ia801904.us.archive.org/15/items/mbid-1074c376-c341-41aa-a5b1-b7b60f0e8b56/mbid-1074c376-c341-41aa-a5b1-b7b60f0e8b56-9699711069_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-1074c376-c341-41aa-a5b1-b7b60f0e8b56/mbid-1074c376-c341-41aa-a5b1-b7b60f0e8b56-9699711069_thumb250.jpg",
    "song": "Spirits in the Material World",
    "track_id": "655c4424-37ba-3423-9f20-4c75d8e0eee0",
    "recording_id": "c2a56b2c-606b-45cf-8513-bc0b3754af5e",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Ghost in the Machine",
    "release_id": "1074c376-c341-41aa-a5b1-b7b60f0e8b56",
    "release_group_id": "b25caa9e-e35d-3243-82d7-954da613b782",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1981-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Spirits in the Material World\" is the opening track for The Police's 1981 album \"Ghost in the Machine.\"\n\nThis song is based on the writings of Hungarian author and philosopher Arthur Koestler. Sting enjoyed Koestler's work, and the album Ghost In The Machine is named after one of his books!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}