Information about plays

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

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

{
    "id": 3633967,
    "uri": "https://api.kexp.org/v2/plays/3633967/?format=api",
    "airdate": "2026-03-26T17:29:09-07:00",
    "show": 66286,
    "show_uri": "https://api.kexp.org/v2/shows/66286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C Is for Cookie",
    "track_id": "22bb24dc-dfca-35d6-88b8-cf16298a1756",
    "recording_id": "8ad8eb7b-41b8-42fe-9d64-9b7f18bc454a",
    "artist": "Sesame Street",
    "artist_ids": [
        "d68700b6-aae7-478a-b75b-5ea8c6851cd4"
    ],
    "album": "The Best of Sesame Street",
    "release_id": "8bb5db08-f5b4-4286-be6e-4ae4f8dc91f7",
    "release_group_id": "495d826e-878f-4329-9217-9e7151edaed6",
    "labels": [
        "Sight & Sound"
    ],
    "label_ids": [
        "ff96d3d3-0689-49c7-809b-7ea0c73be620"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "🍪C is for Cookie🍪 - Cookie Monster",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}