Information about plays

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

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

{
    "id": 3559543,
    "uri": "https://api.kexp.org/v2/plays/3559543/?format=api",
    "airdate": "2025-09-30T06:58:18-07:00",
    "show": 64706,
    "show_uri": "https://api.kexp.org/v2/shows/64706/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-594d75f2-419a-45b0-b50e-7c6c34b2c62b/mbid-594d75f2-419a-45b0-b50e-7c6c34b2c62b-29642768249_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-594d75f2-419a-45b0-b50e-7c6c34b2c62b/mbid-594d75f2-419a-45b0-b50e-7c6c34b2c62b-29642768249_thumb250.jpg",
    "song": "I Can't Forget",
    "track_id": "1d25d3d0-ea32-32b4-84ce-46795cf3797f",
    "recording_id": "ac5a540f-745f-4b0d-9421-c974a5bb7587",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "I’m Your Fan: The Songs of Leonard Cohen by…",
    "release_id": "594d75f2-419a-45b0-b50e-7c6c34b2c62b",
    "release_group_id": "fe6f41ca-90a4-3110-8441-1343a57a88a5",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1991, The Leonard Cohen covers album, I'm Your Fan: The Songs of Leonard Cohen is released. It features covers by Pixies, James, Nick Cave and the Bad Seeds, Ian McCulloch, House of love and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}