Information about plays

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

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

{
    "id": 3628792,
    "uri": "https://api.kexp.org/v2/plays/3628792/?format=api",
    "airdate": "2026-03-14T12:07:46-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-c22d422d-2b22-4933-afe5-b0d2fb546911/mbid-c22d422d-2b22-4933-afe5-b0d2fb546911-16263447018_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-c22d422d-2b22-4933-afe5-b0d2fb546911/mbid-c22d422d-2b22-4933-afe5-b0d2fb546911-16263447018_thumb250.jpg",
    "song": "Three Is a Magic Number",
    "track_id": "69e2502a-b552-3502-9ec6-6ec69c5c3b99",
    "recording_id": "699a5e33-f37c-4271-a35d-e27787e4a3cb",
    "artist": "Blind Melon",
    "artist_ids": [
        "38c5cdab-5d6d-43d1-85b0-dac41bde186e"
    ],
    "album": "Schoolhouse Rock! Rocks",
    "release_id": "c22d422d-2b22-4933-afe5-b0d2fb546911",
    "release_group_id": "0e7c9593-d02a-3e5c-8d96-704025086f79",
    "labels": [
        "Lava"
    ],
    "label_ids": [
        "124c5a9d-73df-4973-bff8-5ebe98cc8168"
    ],
    "release_date": "1996-04-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first digit of Pi!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}