Information about plays

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

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

{
    "id": 3559742,
    "uri": "https://api.kexp.org/v2/plays/3559742/?format=api",
    "airdate": "2025-09-30T18:24:44-07:00",
    "show": 64711,
    "show_uri": "https://api.kexp.org/v2/shows/64711/?format=api",
    "image_uri": "https://ia904500.us.archive.org/22/items/mbid-c0f1889a-eda2-4e29-b7bb-d4f4635a2751/mbid-c0f1889a-eda2-4e29-b7bb-d4f4635a2751-21918426683_thumb500.jpg",
    "thumbnail_uri": "https://ia904500.us.archive.org/22/items/mbid-c0f1889a-eda2-4e29-b7bb-d4f4635a2751/mbid-c0f1889a-eda2-4e29-b7bb-d4f4635a2751-21918426683_thumb250.jpg",
    "song": "Videograms",
    "track_id": "b2373db9-4c24-4fa7-89c9-4427470c5de9",
    "recording_id": "ad9d1496-a94b-49e9-a80e-714d20e3317d",
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "It Won/T Be Like This All the Time",
    "release_id": "c0f1889a-eda2-4e29-b7bb-d4f4635a2751",
    "release_group_id": "ff02e1cf-0905-4149-8fcb-10eac4879ea0",
    "labels": [
        "Rock Action Records"
    ],
    "label_ids": [
        "959be696-eda5-4c9d-af24-2c8103f149f5"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here is The Twilight Sad performing \"Videograms\" live in the KEXP studio in 2018 - https://www.youtube.com/watch?v=Agl-Pet1xfU\n--https://thetwilightsad.com/en-us",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}