Information about plays

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

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

{
    "id": 3632156,
    "uri": "https://api.kexp.org/v2/plays/3632156/?format=api",
    "airdate": "2026-03-21T22:54:17-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://dn711005.ca.archive.org/0/items/mbid-53e18121-f90c-4a61-8138-7949a7c5c502/mbid-53e18121-f90c-4a61-8138-7949a7c5c502-16033494740_thumb500.jpg",
    "thumbnail_uri": "https://dn711005.ca.archive.org/0/items/mbid-53e18121-f90c-4a61-8138-7949a7c5c502/mbid-53e18121-f90c-4a61-8138-7949a7c5c502-16033494740_thumb250.jpg",
    "song": "News of the World",
    "track_id": "b26a2f1e-9e16-3cb7-a5b6-12cbd960d3f1",
    "recording_id": "f718e1f1-8583-4082-a1f2-2449f7254cd6",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Compact Snap!",
    "release_id": "53e18121-f90c-4a61-8138-7949a7c5c502",
    "release_group_id": "efa4cd91-8793-3e89-94f4-27f8653314c1",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written and sung by Bruce Foxton, the longtime bassist for The Jam, eventually joined Stiff Little Fingers in 1990.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}