Information about plays

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

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

{
    "id": 3639994,
    "uri": "https://api.kexp.org/v2/plays/3639994/?format=api",
    "airdate": "2026-04-09T18:14:24-07:00",
    "show": 66409,
    "show_uri": "https://api.kexp.org/v2/shows/66409/?format=api",
    "image_uri": "https://dn711100.ca.archive.org/0/items/mbid-1923c6c8-9f21-4343-9fa4-eccf6be71e1f/mbid-1923c6c8-9f21-4343-9fa4-eccf6be71e1f-24072410583_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "So. Central Rain",
    "track_id": "a7d26673-7e25-4077-b869-5ace186164ef",
    "recording_id": "e4be9c7e-19c7-461d-bc4c-c6ae16abb669",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Reckoning",
    "release_id": "1923c6c8-9f21-4343-9fa4-eccf6be71e1f",
    "release_group_id": "eec55734-1387-3aa3-af3d-ff0ae8083806",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1984!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}