Information about plays

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

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

{
    "id": 3572105,
    "uri": "https://api.kexp.org/v2/plays/3572105/?format=api",
    "airdate": "2025-10-31T05:39:57-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?format=api",
    "image_uri": "https://ia801303.us.archive.org/25/items/mbid-7acaa9ab-048c-3c82-8623-ea9b777137ac/mbid-7acaa9ab-048c-3c82-8623-ea9b777137ac-2550522708_thumb500.jpg",
    "thumbnail_uri": "https://ia801303.us.archive.org/25/items/mbid-7acaa9ab-048c-3c82-8623-ea9b777137ac/mbid-7acaa9ab-048c-3c82-8623-ea9b777137ac-2550522708_thumb250.jpg",
    "song": "One of These Days",
    "track_id": "872c2212-bf7a-33fe-9fb9-662496824992",
    "recording_id": "8a313f74-75fe-40ff-a1a9-0b000216c555",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Meddle",
    "release_id": "7acaa9ab-048c-3c82-8623-ea9b777137ac",
    "release_group_id": "4e98c9b4-92f6-3049-b9da-a1088b623672",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pink Floyd’s not-so-subtle message to a DJ they disliked. \"One of these days, I'm going to cut you into little pieces\"...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}