Information about plays

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

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

{
    "id": 3632904,
    "uri": "https://api.kexp.org/v2/plays/3632904/?format=api",
    "airdate": "2026-03-23T23:26:55-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/50ea1c6c-fcfe-39c2-b111-b1ef00b53a62/8355582085-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50ea1c6c-fcfe-39c2-b111-b1ef00b53a62/8355582085-250.jpg",
    "song": "Electric Mainline",
    "track_id": null,
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Pure Phase",
    "release_id": null,
    "release_group_id": "9b1640de-4eb7-3071-b6a3-1c6f76c1a1b4",
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1995-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - going straight to the source with J. Spaceman aka Spiritualized",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}