Information about plays

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

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

{
    "id": 3623327,
    "uri": "https://api.kexp.org/v2/plays/3623327/?format=api",
    "airdate": "2026-02-28T05:42:20-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-f22707b3-04c5-4145-95c4-d9c07e049ba0/mbid-f22707b3-04c5-4145-95c4-d9c07e049ba0-39174866742_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-f22707b3-04c5-4145-95c4-d9c07e049ba0/mbid-f22707b3-04c5-4145-95c4-d9c07e049ba0-39174866742_thumb250.jpg",
    "song": "Empire",
    "track_id": "7626a061-61a5-48e6-bf6e-043e9d696604",
    "recording_id": "20a689d2-ec5b-4be3-b968-eb30c6cf4826",
    "artist": "David Byrne & DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690",
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "NOISE FOR NOW: Vol. 2",
    "release_id": "f22707b3-04c5-4145-95c4-d9c07e049ba0",
    "release_group_id": "ec17c67a-913f-4b0c-9ee5-e462b1719032",
    "labels": [
        "NOISE FOR NOW"
    ],
    "label_ids": [
        "6d15e49c-15f9-4ba4-b281-96967ba408e9"
    ],
    "release_date": "2024-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Empire\" is a decades-old collaboration between David Byrne and Devo. It was released for a new compilation of unreleased songs to benefit abortion access.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}