Information about plays

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

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

{
    "id": 3628876,
    "uri": "https://api.kexp.org/v2/plays/3628876/?format=api",
    "airdate": "2026-03-14T17:40:30-07:00",
    "show": 66180,
    "show_uri": "https://api.kexp.org/v2/shows/66180/?format=api",
    "image_uri": "https://dn710303.ca.archive.org/0/items/mbid-7acaa9ab-048c-3c82-8623-ea9b777137ac/mbid-7acaa9ab-048c-3c82-8623-ea9b777137ac-2550522708_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/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": "",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}