Information about plays

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

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

{
    "id": 3572940,
    "uri": "https://api.kexp.org/v2/plays/3572940/?format=api",
    "airdate": "2025-11-02T04:04:56-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "https://ia800204.us.archive.org/33/items/mbid-4fa6af93-1014-405b-afbf-ac2f5e9e3527/mbid-4fa6af93-1014-405b-afbf-ac2f5e9e3527-34091240088_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/33/items/mbid-4fa6af93-1014-405b-afbf-ac2f5e9e3527/mbid-4fa6af93-1014-405b-afbf-ac2f5e9e3527-34091240088_thumb250.jpg",
    "song": "The Birth and Death of the Day",
    "track_id": "8614e569-dcaf-3c85-bb67-5084e65a4eac",
    "recording_id": "b96c951a-c618-448a-80d6-bc7fb229e04f",
    "artist": "Explosions in the Sky",
    "artist_ids": [
        "4236acde-2ce2-441c-a3d4-38d55f1b5474"
    ],
    "album": "All of a Sudden I Miss Everyone",
    "release_id": "4fa6af93-1014-405b-afbf-ac2f5e9e3527",
    "release_group_id": "25a0a8c3-86bd-37a5-b65f-1ed45d10c2b5",
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2007-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}