Information about plays

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

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

{
    "id": 3672310,
    "uri": "https://api.kexp.org/v2/plays/3672310/?format=api",
    "airdate": "2026-06-25T08:01:11-07:00",
    "show": 67082,
    "show_uri": "https://api.kexp.org/v2/shows/67082/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Transmission",
    "track_id": null,
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Eternal Live",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For the first time ever, Joy Division are releasing an official collection of live concert recordings.\n\nDue out September 25th, Eternal (Live) features recordings culled from 16 live performances. That includes audio sourced directly from a collection of broadcast recordings, soundboard recordings, and audience-recorded recordings/cassettes.\n\nAhead of the official release, Joy Division have shared a sneak peek with “Transmission (Les Bains Douches, Paris).”\n\nEternal lands a couple months before Joy Division and New Order are to be inducted into the Rock & Roll Hall of Fame November 14th in Los Angeles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}