Information about plays

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

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

{
    "id": 3572219,
    "uri": "https://api.kexp.org/v2/plays/3572219/?format=api",
    "airdate": "2025-10-31T12:59:41-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia800501.us.archive.org/4/items/mbid-0c5f99da-3386-41aa-b28e-7bde860dad04/mbid-0c5f99da-3386-41aa-b28e-7bde860dad04-13971876765_thumb500.jpg",
    "thumbnail_uri": "https://ia600501.us.archive.org/4/items/mbid-0c5f99da-3386-41aa-b28e-7bde860dad04/mbid-0c5f99da-3386-41aa-b28e-7bde860dad04-13971876765_thumb250.jpg",
    "song": "Witch Mountain Bridge",
    "track_id": "bfc510ed-7193-3d20-b88b-155281f410ac",
    "recording_id": "660e4550-b0d2-474b-b305-63ad9976a052",
    "artist": "Stephen Malkmus and the Jicks",
    "artist_ids": [
        "98e4bf9e-9e33-4f07-9962-f7c1c2d773ba"
    ],
    "album": "Pig Lib",
    "release_id": "454694b7-1fb3-385c-ac85-c20d6dbb7503",
    "release_group_id": "2960a73e-b0ce-34e2-8459-9aa81d4842c5",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2003-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stephen Malkmus and the Jicks performed live in KEXP's Gathering Space in 2018. Watch that entire performance: https://www.youtube.com/watch?v=hEGvZGH2GRQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}