Information about plays

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

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

{
    "id": 3627266,
    "uri": "https://api.kexp.org/v2/plays/3627266/?format=api",
    "airdate": "2026-03-10T01:48:16-07:00",
    "show": 66141,
    "show_uri": "https://api.kexp.org/v2/shows/66141/?format=api",
    "image_uri": "https://coverartarchive.org/release/3de5d9e1-8ad3-4937-b0cc-42fbf1e93fe1/8251752071-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3de5d9e1-8ad3-4937-b0cc-42fbf1e93fe1/8251752071-250.jpg",
    "song": "Bulls on Parade",
    "track_id": null,
    "recording_id": "5fde776a-799a-462c-b8e1-55c985740a2c",
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "Evil Empire",
    "release_id": null,
    "release_group_id": "15dc62d4-9c86-432c-92fd-c469808f24bc",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covered by Denzel Curry -- https://www.youtube.com/watch?v=ZY4ywyFXdik",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}