Information about plays

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

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

{
    "id": 3631281,
    "uri": "https://api.kexp.org/v2/plays/3631281/?format=api",
    "airdate": "2026-03-20T01:55:38-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-0985ef0a-ba1d-34a2-abba-5ae3f9a20b9e/mbid-0985ef0a-ba1d-34a2-abba-5ae3f9a20b9e-42142346263_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-0985ef0a-ba1d-34a2-abba-5ae3f9a20b9e/mbid-0985ef0a-ba1d-34a2-abba-5ae3f9a20b9e-42142346263_thumb250.jpg",
    "song": "Stargazer",
    "track_id": "34b2c09b-a2af-3db5-a38c-f838dc5088bb",
    "recording_id": "8d98646b-b176-4d2e-a464-bc2f5dc5b20e",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "The Rapture",
    "release_id": "0985ef0a-ba1d-34a2-abba-5ae3f9a20b9e",
    "release_group_id": "1a7d3fa1-2990-3d39-95fc-57a348733b66",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Kyle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}