Information about plays

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

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

{
    "id": 3634643,
    "uri": "https://api.kexp.org/v2/plays/3634643/?format=api",
    "airdate": "2026-03-28T12:02:33-07:00",
    "show": 66303,
    "show_uri": "https://api.kexp.org/v2/shows/66303/?format=api",
    "image_uri": "https://dn711301.ca.archive.org/0/items/mbid-30560748-1949-41cb-8c6c-3226dc23bd3e/mbid-30560748-1949-41cb-8c6c-3226dc23bd3e-8789515487_thumb500.jpg",
    "thumbnail_uri": "https://dn711301.ca.archive.org/0/items/mbid-30560748-1949-41cb-8c6c-3226dc23bd3e/mbid-30560748-1949-41cb-8c6c-3226dc23bd3e-8789515487_thumb250.jpg",
    "song": "Know Your Rights",
    "track_id": "cadf7eae-ab0c-3d27-b123-6154d6610ab8",
    "recording_id": "55382ac3-95ed-4214-8990-98f45add34d3",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "2003-07-09: New York, NY, USA",
    "release_id": "30560748-1949-41cb-8c6c-3226dc23bd3e",
    "release_group_id": "7d634326-501e-302b-8a93-aa29df1784a9",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2003-09-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pearl Jam covering the Clash's \"Know Your Rights\".\n---\nIn the original Clash version, this song begins with the words \"This is a public service announcement... with guitar!\" The structure of the song revolves around the rights held by the poor and disenfranchised, in which the speaker of the song, presumably a villainous civil servant (whose identity is assumed in the song by vocalist Joe Strummer), names the three actual rights. At the end, the notion that more rights should be granted is rebuffed by the speaker.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}