Information about plays

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

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

{
    "id": 3637958,
    "uri": "https://api.kexp.org/v2/plays/3637958/?format=api",
    "airdate": "2026-04-04T23:03:46-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-b2998471-d1a2-47dc-b6f2-972a25da39b0/mbid-b2998471-d1a2-47dc-b6f2-972a25da39b0-26616604478_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-b2998471-d1a2-47dc-b6f2-972a25da39b0/mbid-b2998471-d1a2-47dc-b6f2-972a25da39b0-26616604478_thumb250.jpg",
    "song": "Cancer",
    "track_id": "737c9653-2aa1-30e3-a12c-a1736271e1cc",
    "recording_id": "ebcf1097-a620-445a-866c-512f4339c137",
    "artist": "Iron Lung",
    "artist_ids": [
        "6a757154-73e1-4981-9185-c180827fa527"
    ],
    "album": "Sexless // No Sex",
    "release_id": "b2998471-d1a2-47dc-b6f2-972a25da39b0",
    "release_group_id": "4e095eff-ecf9-4f8e-ba22-794ffdb69cc8",
    "labels": [
        "Prank Records"
    ],
    "label_ids": [
        "4e42b330-dabb-4ae6-9811-e043a0b27637"
    ],
    "release_date": "2007-12-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Iron Lung recently stopped by KEXP studios to record an in-studio session with Jenn.  You can check out the footage by following the link below:\n\nhttps://youtu.be/K8kdGTmJzos?si=BYdRWBf68F_cWjO2\nhttps://ironlungrecords.bigcartel.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}