Information about plays

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

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

{
    "id": 3632593,
    "uri": "https://api.kexp.org/v2/plays/3632593/?format=api",
    "airdate": "2026-03-23T03:11:47-07:00",
    "show": 66257,
    "show_uri": "https://api.kexp.org/v2/shows/66257/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ce6a235-0f81-4eb9-9f30-5d152b972a71/31502012396-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ce6a235-0f81-4eb9-9f30-5d152b972a71/31502012396-250.jpg",
    "song": "Jewel Ornament",
    "track_id": null,
    "recording_id": null,
    "artist": "Collin Walcott",
    "artist_ids": [
        "c01e7631-d025-4dca-8c06-070ca3ad3c84"
    ],
    "album": "Grazing Dreams",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ECM"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - mind-expanding record from American sitarist, and Codona member, Collin Walcott",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}