Information about plays

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

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

{
    "id": 3637574,
    "uri": "https://api.kexp.org/v2/plays/3637574/?format=api",
    "airdate": "2026-04-04T04:59:17-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-98d6d2b9-d173-3313-a5d9-c740753c1a66/mbid-98d6d2b9-d173-3313-a5d9-c740753c1a66-1951275113_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-98d6d2b9-d173-3313-a5d9-c740753c1a66/mbid-98d6d2b9-d173-3313-a5d9-c740753c1a66-1951275113_thumb250.jpg",
    "song": "Life on Mars?",
    "track_id": "c1c840b1-c98b-34be-9f4b-421fcd3b6a98",
    "recording_id": "e1f40fdd-7204-4022-ae93-8fc7c9a93119",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hunky Dory",
    "release_id": "98d6d2b9-d173-3313-a5d9-c740753c1a66",
    "release_group_id": "743b0b2e-a23a-3182-950e-232f8cb0dfb7",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ruled by Mars, Aries turns passion into purpose: fighting for existence, for each other, and for a life that feels fully alive",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}