Information about plays

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

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

{
    "id": 3594921,
    "uri": "https://api.kexp.org/v2/plays/3594921/?format=api",
    "airdate": "2025-12-23T14:06:02-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "https://ia903104.us.archive.org/19/items/mbid-ecb2e0b6-2876-4f79-bc9a-4afafb3e2ad4/mbid-ecb2e0b6-2876-4f79-bc9a-4afafb3e2ad4-38637586642_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/19/items/mbid-ecb2e0b6-2876-4f79-bc9a-4afafb3e2ad4/mbid-ecb2e0b6-2876-4f79-bc9a-4afafb3e2ad4-38637586642_thumb250.jpg",
    "song": "Sometimes You Have To Work On Christmas (Sometimes)",
    "track_id": "892df041-8980-3dab-8f23-be69557a9bef",
    "recording_id": "2d097c9f-c04f-434a-b4c1-e2cb5c14501a",
    "artist": "Harvey Danger",
    "artist_ids": [
        "822cb123-f728-4a1a-931c-fa27257bb83f"
    ],
    "album": "Dead Sea Scrolls",
    "release_id": "ecb2e0b6-2876-4f79-bc9a-4afafb3e2ad4",
    "release_group_id": "dc61f6c6-0875-4c0e-9d58-778b959f85a4",
    "labels": [
        "Phonographic Records"
    ],
    "label_ids": [
        "6770c0e7-75f5-44b9-80fc-4cc70efc49fd"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Known for pointing a finger at the bummers of the season, Harvey Danger's \"Sometimes You Have To Work on Christmas\" was immortalized in this music video that showed off many classic '90s U-District haunts: https://youtu.be/BqSRfhQ3Ivc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}