Information about plays

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

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

{
    "id": 3639311,
    "uri": "https://api.kexp.org/v2/plays/3639311/?format=api",
    "airdate": "2026-04-08T03:49:37-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://ia803208.us.archive.org/27/items/mbid-f59d1146-6b2f-466f-aafe-4324e588b9be/mbid-f59d1146-6b2f-466f-aafe-4324e588b9be-4043197556_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/27/items/mbid-f59d1146-6b2f-466f-aafe-4324e588b9be/mbid-f59d1146-6b2f-466f-aafe-4324e588b9be-4043197556_thumb250.jpg",
    "song": "You Talk Way Too Much",
    "track_id": "c38adad6-b072-3c52-85d2-f3ea7d68a445",
    "recording_id": "1b9d85bb-be50-45aa-8c92-2c1b9c008eed",
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Room on Fire",
    "release_id": "f59d1146-6b2f-466f-aafe-4324e588b9be",
    "release_group_id": "1e9db573-5671-301f-87fc-846a605fe35b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2003-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "for John in West of Ireland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}