Information about plays

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

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

{
    "id": 3638063,
    "uri": "https://api.kexp.org/v2/plays/3638063/?format=api",
    "airdate": "2026-04-05T05:27:45-07:00",
    "show": 66371,
    "show_uri": "https://api.kexp.org/v2/shows/66371/?format=api",
    "image_uri": "https://dn711106.ca.archive.org/0/items/mbid-209b2e2c-18d8-485b-be31-e9dab91db25f/mbid-209b2e2c-18d8-485b-be31-e9dab91db25f-5002887931_thumb500.jpg",
    "thumbnail_uri": "https://dn711106.ca.archive.org/0/items/mbid-209b2e2c-18d8-485b-be31-e9dab91db25f/mbid-209b2e2c-18d8-485b-be31-e9dab91db25f-5002887931_thumb250.jpg",
    "song": "Iced World",
    "track_id": "9af0e4bc-3e89-4702-a2bd-f93ed68163e5",
    "recording_id": "1a7c3b1c-8000-41d3-b9be-b2981c59e366",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "The Drop",
    "release_id": "d2e1cce8-f58e-4083-9922-825a95a1f034",
    "release_group_id": "2530ef84-abcc-3c91-8e58-1886289b1e76",
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}