Information about plays

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

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

{
    "id": 3561970,
    "uri": "https://api.kexp.org/v2/plays/3561970/?format=api",
    "airdate": "2025-10-06T09:03:10-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia801507.us.archive.org/22/items/mbid-e530b7a1-30d3-31ab-8a31-c6ff75a5c6c5/mbid-e530b7a1-30d3-31ab-8a31-c6ff75a5c6c5-1892582817_thumb500.jpg",
    "thumbnail_uri": "https://ia601507.us.archive.org/22/items/mbid-e530b7a1-30d3-31ab-8a31-c6ff75a5c6c5/mbid-e530b7a1-30d3-31ab-8a31-c6ff75a5c6c5-1892582817_thumb250.jpg",
    "song": "The Noise of Carpet",
    "track_id": "cd6becea-27d1-398f-8b9f-6288f20f93f5",
    "recording_id": "9f930ab7-c758-440d-ad9d-2403f3b5dde7",
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Emperor Tomato Ketchup",
    "release_id": "e530b7a1-30d3-31ab-8a31-c6ff75a5c6c5",
    "release_group_id": "1c51069d-4c59-4ddf-bd12-dacefada37c3",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#595 on YOUR countdown of the greatest albums of all-time. We take this for granted, NAME ONE OTHER STATION that you listen to, THAT PLAYS EMPEROR TOMATO KETCHUP?! \n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}