Information about plays

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

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

{
    "id": 3590064,
    "uri": "https://api.kexp.org/v2/plays/3590064/?format=api",
    "airdate": "2025-12-12T07:44:27-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "https://ia801203.us.archive.org/0/items/mbid-ad23ff72-1bbf-3fe9-bba6-7ff5317e8e70/mbid-ad23ff72-1bbf-3fe9-bba6-7ff5317e8e70-28876744680_thumb500.jpg",
    "thumbnail_uri": "https://ia801203.us.archive.org/0/items/mbid-ad23ff72-1bbf-3fe9-bba6-7ff5317e8e70/mbid-ad23ff72-1bbf-3fe9-bba6-7ff5317e8e70-28876744680_thumb250.jpg",
    "song": "Pulling Mussels (From the Shell)",
    "track_id": "e10bcaf8-8c0b-3021-bb05-ae24afc69caf",
    "recording_id": "c0e1d06c-4d5d-4301-84e0-5d20ae112b86",
    "artist": "Squeeze",
    "artist_ids": [
        "0509a681-a362-4800-9075-656041dccdbd"
    ],
    "album": "Argybargy",
    "release_id": "ad23ff72-1bbf-3fe9-bba6-7ff5317e8e70",
    "release_group_id": "8efa3366-3ae1-33a6-b322-bd69a303ea5f",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out  to Kendall...\n---\nThe song “Pulling Mussels” was written by band members Chris Difford and Glenn Tilbrook. According to critic Chris Woodstra, it is an “observation of the British working class” and “offers a series of detailed snapshots of the different walks of life on a seaside holiday in Leysdown on Sea.” (However, the phrase “pulling mussels” is British slang for sexual intercourse.)\n--\nWatch a live performance of this song: https://www.youtube.com/watch?v=nbx_6gavLno",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}