Information about plays

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

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

{
    "id": 3557673,
    "uri": "https://api.kexp.org/v2/plays/3557673/?format=api",
    "airdate": "2025-09-25T19:00:03-07:00",
    "show": 64659,
    "show_uri": "https://api.kexp.org/v2/shows/64659/?format=api",
    "image_uri": "https://ia800405.us.archive.org/1/items/mbid-031e4026-2099-4c53-9017-e054d2f9f311/mbid-031e4026-2099-4c53-9017-e054d2f9f311-6125224437_thumb500.jpg",
    "thumbnail_uri": "https://ia600405.us.archive.org/1/items/mbid-031e4026-2099-4c53-9017-e054d2f9f311/mbid-031e4026-2099-4c53-9017-e054d2f9f311-6125224437_thumb250.jpg",
    "song": "Endless Railway",
    "track_id": "c9223e32-074f-35db-8fc4-249073a0aaec",
    "recording_id": "e51b4cde-272a-4d2e-b71d-9ecfa740cc47",
    "artist": "DJ Krush feat. ?uestlove",
    "artist_ids": [
        "38d16213-25ba-450d-8665-4e08548e62e3",
        "9436fbf8-5498-43e9-9a8d-eccbe53df6ad"
    ],
    "album": "Zen",
    "release_id": "031e4026-2099-4c53-9017-e054d2f9f311",
    "release_group_id": "81f7ced8-8bb6-38cf-bf71-465aa0c973bf",
    "labels": [
        "RED Ink"
    ],
    "label_ids": [
        "c2bc2c32-3b01-4671-8c67-b11db0f4b5be"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}