Information about plays

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

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

{
    "id": 3595554,
    "uri": "https://api.kexp.org/v2/plays/3595554/?format=api",
    "airdate": "2025-12-24T22:34:37-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "https://ia801904.us.archive.org/4/items/mbid-e7c259c9-b0b6-4c04-92ba-65a021bd48ad/mbid-e7c259c9-b0b6-4c04-92ba-65a021bd48ad-18836584283_thumb500.jpg",
    "thumbnail_uri": "https://ia601904.us.archive.org/4/items/mbid-e7c259c9-b0b6-4c04-92ba-65a021bd48ad/mbid-e7c259c9-b0b6-4c04-92ba-65a021bd48ad-18836584283_thumb250.jpg",
    "song": "Happy Xmas (War Is Over)",
    "track_id": "05c6ac1c-86e1-3468-b569-1a4aea5ed0fe",
    "recording_id": "dc517f67-3e5c-4ca8-98f5-befe8deb1199",
    "artist": "John & Yoko / The Plastic Ono Band with The Harlem Community Choir",
    "artist_ids": [
        "84f81b32-8b3a-4914-9cff-017a52f9d16b",
        "de78dc13-fb88-4fa2-bed3-e43e471dde61",
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9",
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Happy Xmas (War Is Over)",
    "release_id": "e7c259c9-b0b6-4c04-92ba-65a021bd48ad",
    "release_group_id": "ba993898-c5d4-3889-8f19-36b5e1560584",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1971-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}