Information about plays

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

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

{
    "id": 3594923,
    "uri": "https://api.kexp.org/v2/plays/3594923/?format=api",
    "airdate": "2025-12-23T14:14:11-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "https://ia801307.us.archive.org/13/items/mbid-a6c0470b-5957-4bea-990c-40ffaffcdd1d/mbid-a6c0470b-5957-4bea-990c-40ffaffcdd1d-12643538173_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/13/items/mbid-a6c0470b-5957-4bea-990c-40ffaffcdd1d/mbid-a6c0470b-5957-4bea-990c-40ffaffcdd1d-12643538173_thumb250.jpg",
    "song": "Christmas Will Break Your Heart",
    "track_id": "6ead4cdc-c3fb-4af2-aa22-f4687dfb4b69",
    "recording_id": "04f469c4-5fe4-4007-b754-595cf0896e7d",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Christmas Will Break Your Heart",
    "release_id": "a6c0470b-5957-4bea-990c-40ffaffcdd1d",
    "release_group_id": "c8a19f18-41a7-423a-a131-98aafae5b786",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-12-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Murphy had been singing this track to himself for nearly a decade before dropping this single during the group's hiatus -- read more from Matthew Strauss on Pitchfork: https://tinyurl.com/y8rhr9xx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}