Information about plays

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

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

{
    "id": 3581618,
    "uri": "https://api.kexp.org/v2/plays/3581618/?format=api",
    "airdate": "2025-11-22T20:41:19-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-b7de2c08-96ac-4045-96bf-37aa04ccd597/mbid-b7de2c08-96ac-4045-96bf-37aa04ccd597-3134651512_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-b7de2c08-96ac-4045-96bf-37aa04ccd597/mbid-b7de2c08-96ac-4045-96bf-37aa04ccd597-3134651512_thumb250.jpg",
    "song": "Into the Mirror",
    "track_id": "1a67798d-78bd-3cfa-bb69-4a5b45b0f5bc",
    "recording_id": "1f002fc3-a3eb-457b-a380-5ffab348e329",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Into the Mirror",
    "release_id": "b7de2c08-96ac-4045-96bf-37aa04ccd597",
    "release_group_id": "87d25685-b691-48bf-b4c1-0289dbb4cec0",
    "labels": [
        "Tigre Blanco Records"
    ],
    "label_ids": [
        "259a495d-3bc3-427b-acd0-827889443df1"
    ],
    "release_date": "2009-10-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome back Minus the Bear! The beloved Seattle indie rock band are reuniting for a series of shows happening next week at the Showbox Market! They'll also be in the KEXP studios this Tuesday to play a set live; come by early if you wanna get a spot!\n\nGet yr tickets to their shows below:\n\nhttps://www.minusthebear.com/tour",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}