Information about plays

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

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

{
    "id": 3548267,
    "uri": "https://api.kexp.org/v2/plays/3548267/?format=api",
    "airdate": "2025-09-03T03:50:34-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://dn721509.ca.archive.org/0/items/mbid-ec100f97-07a1-4aa6-ac45-2c684b49a83d/mbid-ec100f97-07a1-4aa6-ac45-2c684b49a83d-42764424195_thumb500.jpg",
    "thumbnail_uri": "https://dn721509.ca.archive.org/0/items/mbid-ec100f97-07a1-4aa6-ac45-2c684b49a83d/mbid-ec100f97-07a1-4aa6-ac45-2c684b49a83d-42764424195_thumb250.jpg",
    "song": "Devotion (Boys’ Shorts remix)",
    "track_id": "5325a09c-077d-4b7f-ad31-910d9fe46f73",
    "recording_id": "40079027-2eb8-45d7-b393-11b7807f25e0",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Devotion (Boys’ Shorts remix)",
    "release_id": "ec100f97-07a1-4aa6-ac45-2c684b49a83d",
    "release_group_id": "59ada5a9-5473-484c-b8f2-3deab3402dae",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-08-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}