Information about plays

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

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

{
    "id": 3593583,
    "uri": "https://api.kexp.org/v2/plays/3593583/?format=api",
    "airdate": "2025-12-20T18:27:46-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "https://ia601407.us.archive.org/20/items/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f-3373856031_thumb500.jpg",
    "thumbnail_uri": "https://ia601407.us.archive.org/20/items/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f-3373856031_thumb250.jpg",
    "song": "Ice Monster",
    "track_id": "1d4f1430-0ec9-3c54-91b8-7598d7763f58",
    "recording_id": "3e92e637-d9be-460a-9154-e641723c18da",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Planet of Ice",
    "release_id": "ac2f2253-da70-3186-9551-d253bc9835d5",
    "release_group_id": "6aaed2a2-0ebf-3970-82b7-9ff9d3fb0fad",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2007-09-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "An icy track from Seattle band Minus the Bear!\n\nhttps://minusthebear.bandcamp.com/track/ice-monster",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}