Information about plays

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

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

{
    "id": 3634909,
    "uri": "https://api.kexp.org/v2/plays/3634909/?format=api",
    "airdate": "2026-03-28T23:36:02-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Feel Like Laughing",
    "track_id": null,
    "recording_id": "c97f287b-cefd-4d7e-84a8-6715d4f9ec94",
    "artist": "Out of Order",
    "artist_ids": [
        "e10cfa0d-434b-48cd-9dbe-9843bd865192"
    ],
    "album": "Survival of the Fittest",
    "release_id": null,
    "release_group_id": "86aa4ef0-95df-34ae-9b05-9370702eb3b1",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Order was a staple of the Chicago hardcore scene in the mid-80s, known for bridging the gap between traditional punk and the heavier, faster \"Chicago sound.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}