Information about plays

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

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

{
    "id": 3641435,
    "uri": "https://api.kexp.org/v2/plays/3641435/?format=api",
    "airdate": "2026-04-13T04:45:58-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://coverartarchive.org/release/80bb4960-452d-49ac-b8d3-ed7e0624eea8/33504627883-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80bb4960-452d-49ac-b8d3-ed7e0624eea8/33504627883-250.jpg",
    "song": "Son of a Gun",
    "track_id": null,
    "recording_id": "9d834286-0106-4885-9f51-da87b056824f",
    "artist": "cLOUDDEAD",
    "artist_ids": [
        "437419ca-137a-4a29-a4a7-179449c12e9b"
    ],
    "album": "Ten",
    "release_id": null,
    "release_group_id": "622e14e1-4b00-3d5a-a4f5-9ec577b892a3",
    "labels": [
        "Mush Records"
    ],
    "label_ids": [
        "05e6e753-0f22-438d-9cdd-cdc57eb56433"
    ],
    "release_date": "2004-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}