Information about plays

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

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

{
    "id": 3632444,
    "uri": "https://api.kexp.org/v2/plays/3632444/?format=api",
    "airdate": "2026-03-22T17:22:39-07:00",
    "show": 66252,
    "show_uri": "https://api.kexp.org/v2/shows/66252/?format=api",
    "image_uri": "https://dn710907.ca.archive.org/0/items/mbid-c152c0fb-6754-43d4-adb5-399ffe8fcf21/mbid-c152c0fb-6754-43d4-adb5-399ffe8fcf21-16242015755_thumb500.jpg",
    "thumbnail_uri": "https://dn710907.ca.archive.org/0/items/mbid-c152c0fb-6754-43d4-adb5-399ffe8fcf21/mbid-c152c0fb-6754-43d4-adb5-399ffe8fcf21-16242015755_thumb250.jpg",
    "song": "The Love Cats",
    "track_id": "12b1bb9c-08b8-34b2-bc5c-11fd3742d736",
    "recording_id": "c4dbdb07-6aae-4e42-a697-77978d1383e9",
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "Vulnerable",
    "release_id": "c152c0fb-6754-43d4-adb5-399ffe8fcf21",
    "release_group_id": "dca09e33-80cf-3045-9580-edfc4c56ed97",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "release_date": "2003-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees of Robert Smith/The Cure!\n\nFeaturing Italian singer Constanza Francavilla.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}