Information about plays

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

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

{
    "id": 3526137,
    "uri": "https://api.kexp.org/v2/plays/3526137/?format=api",
    "airdate": "2025-07-12T20:45:56-07:00",
    "show": 63996,
    "show_uri": "https://api.kexp.org/v2/shows/63996/?format=api",
    "image_uri": "https://ia601308.us.archive.org/29/items/mbid-87c17d58-c047-41f8-8966-9ee0ca08ddae/mbid-87c17d58-c047-41f8-8966-9ee0ca08ddae-12716654549_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/29/items/mbid-87c17d58-c047-41f8-8966-9ee0ca08ddae/mbid-87c17d58-c047-41f8-8966-9ee0ca08ddae-12716654549_thumb250.jpg",
    "song": "Come Sunrise",
    "track_id": "5456adc9-2a93-4dc0-8347-990af1d66385",
    "recording_id": "3ee0811d-aa21-46e8-80cd-fd4887ac398f",
    "artist": "Mode Moderne",
    "artist_ids": [
        "0a2efb78-d61b-4de7-9891-3d269215e395"
    ],
    "album": "Occult Delight",
    "release_id": "852e5de4-ede9-45d7-a88e-0369b8e68b57",
    "release_group_id": "a51abd6a-1511-49d5-9414-e597855b20ab",
    "labels": [
        "Light Organ Records"
    ],
    "label_ids": [
        "79a2cd28-74eb-442d-aa5f-45bf31787bb8"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver!\n\nhttps://modemoderne.bandcamp.com/album/occult-delight",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}