Information about plays

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

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

{
    "id": 3668446,
    "uri": "https://api.kexp.org/v2/plays/3668446/?format=api",
    "airdate": "2026-06-16T00:04:40-07:00",
    "show": 67000,
    "show_uri": "https://api.kexp.org/v2/shows/67000/?format=api",
    "image_uri": "https://coverartarchive.org/release/46efb97a-ed0f-48a2-a43a-19263fbf202b/16688841443-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46efb97a-ed0f-48a2-a43a-19263fbf202b/16688841443-250.jpg",
    "song": "Cold Expression",
    "track_id": null,
    "recording_id": null,
    "artist": "Lives of Angels",
    "artist_ids": [
        "42b7c094-f586-4d90-8581-ce068fd742e6"
    ],
    "album": "Elevator to Eden",
    "release_id": null,
    "release_group_id": "a5062025-d243-4781-a2c6-20a5917c556a",
    "labels": [
        "Color Disc"
    ],
    "label_ids": [
        "4c257f67-1bd4-469c-8acc-c48f1a5be39b"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't be cold on the elevator - https://livesofangels.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}