Information about plays

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

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

{
    "id": 3639263,
    "uri": "https://api.kexp.org/v2/plays/3639263/?format=api",
    "airdate": "2026-04-08T01:26:56-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-b3ed48df-59e9-483f-85fd-c8e18ee0f118/mbid-b3ed48df-59e9-483f-85fd-c8e18ee0f118-8279976286_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-b3ed48df-59e9-483f-85fd-c8e18ee0f118/mbid-b3ed48df-59e9-483f-85fd-c8e18ee0f118-8279976286_thumb250.jpg",
    "song": "Cheap Talk",
    "track_id": "55952db1-8b7b-4b96-a3f1-24119f531829",
    "recording_id": "35153b77-e0ab-4683-bd70-210267c5ce34",
    "artist": "Death From Above 1979",
    "artist_ids": [
        "92dc699f-fcbc-4278-afbe-40b5ad060a55"
    ],
    "album": "The Physical World",
    "release_id": "b3ed48df-59e9-483f-85fd-c8e18ee0f118",
    "release_group_id": "c57c63e1-b367-489a-a75f-ddd711e91174",
    "labels": [
        "Last Gang Records",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2014-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}