Information about plays

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

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

{
    "id": 3621845,
    "uri": "https://api.kexp.org/v2/plays/3621845/?format=api",
    "airdate": "2026-02-24T21:05:56-08:00",
    "show": 66022,
    "show_uri": "https://api.kexp.org/v2/shows/66022/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-9e50c725-cbcc-491d-b5c5-377b0fe03d33/mbid-9e50c725-cbcc-491d-b5c5-377b0fe03d33-33889827466_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-9e50c725-cbcc-491d-b5c5-377b0fe03d33/mbid-9e50c725-cbcc-491d-b5c5-377b0fe03d33-33889827466_thumb250.jpg",
    "song": "Remove the Talk",
    "track_id": "33c2db19-4b32-44ba-ac84-9357d72cdbdd",
    "recording_id": "9bd0d2cd-5620-42f6-b954-b61d3b09d620",
    "artist": "Shay Hazan",
    "artist_ids": [
        "f1a77cd6-9956-49bf-8d6f-6300c48df52c"
    ],
    "album": "Reclusive Rituals",
    "release_id": "9e50c725-cbcc-491d-b5c5-377b0fe03d33",
    "release_group_id": "e62290a9-0514-4374-9049-9c2936d5f2b5",
    "labels": [
        "Batov Records"
    ],
    "label_ids": [
        "72500051-6183-4b30-b03c-e3ae5b0793cf"
    ],
    "release_date": "2021-12-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut release from Tel Aviv artist Shay Hazan.   https://shayhazan.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}