Information about plays

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

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

{
    "id": 3639254,
    "uri": "https://api.kexp.org/v2/plays/3639254/?format=api",
    "airdate": "2026-04-08T00:58:52-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://dn720801.ca.archive.org/0/items/mbid-c32d18e5-bcba-455c-8f74-4caaffd160a0/mbid-c32d18e5-bcba-455c-8f74-4caaffd160a0-44254926332_thumb500.jpg",
    "thumbnail_uri": "https://dn720801.ca.archive.org/0/items/mbid-c32d18e5-bcba-455c-8f74-4caaffd160a0/mbid-c32d18e5-bcba-455c-8f74-4caaffd160a0-44254926332_thumb250.jpg",
    "song": "Watchdog",
    "track_id": "7cec6485-3f26-416e-ba24-b51ce5d53f6e",
    "recording_id": "eb3a88fd-9994-4121-a709-010d5c2d1995",
    "artist": "Caroline Carter",
    "artist_ids": [
        "5fd1e8b8-cfab-42a8-a45e-dc49304b2777"
    ],
    "album": "Watchdog",
    "release_id": "c32d18e5-bcba-455c-8f74-4caaffd160a0",
    "release_group_id": "ec924b5a-3482-40e0-a4d8-542b5a5173c3",
    "labels": [
        "Too Fine Records"
    ],
    "label_ids": [
        "645b5c99-fd13-4fc1-ab39-4230867e2f13"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}