Information about plays

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

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

{
    "id": 3602256,
    "uri": "https://api.kexp.org/v2/plays/3602256/?format=api",
    "airdate": "2026-01-09T13:40:44-08:00",
    "show": 65604,
    "show_uri": "https://api.kexp.org/v2/shows/65604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close Your Eyes (and Count to Fuck)",
    "track_id": "390ac52e-5158-4f02-a2fa-df39718c90eb",
    "recording_id": "392f2cb5-5f75-4867-a555-8356602df69e",
    "artist": "Run the Jewels feat. Zack de la Rocha",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839",
        "aa659468-db56-41c9-b6fe-61f4bb2ef1a6"
    ],
    "album": "Run the Jewels 2",
    "release_id": "063f311e-9c81-4616-a007-b76e3df910c9",
    "release_group_id": "581d7ac8-8f1d-4d4a-a224-de9c9cd76b39",
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2014-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features Rage Against the Machine's Zach de la Rocha on vocals from this RTJ song that appears on their second LP, 'Run the Jewels 2'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}