Information about plays

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

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

{
    "id": 3607264,
    "uri": "https://api.kexp.org/v2/plays/3607264/?format=api",
    "airdate": "2026-01-21T15:20:28-08:00",
    "show": 65716,
    "show_uri": "https://api.kexp.org/v2/shows/65716/?format=api",
    "image_uri": "https://ia600203.us.archive.org/18/items/mbid-b2e79740-4b01-4d1e-865c-3131605c0cb7/mbid-b2e79740-4b01-4d1e-865c-3131605c0cb7-13915806759_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/18/items/mbid-b2e79740-4b01-4d1e-865c-3131605c0cb7/mbid-b2e79740-4b01-4d1e-865c-3131605c0cb7-13915806759_thumb250.jpg",
    "song": "Daphne",
    "track_id": "00bab993-29b6-3dcb-b27f-8d089061c656",
    "recording_id": "04d5f072-3b64-48f1-8ebb-f47559e4ca37",
    "artist": "Squeeze",
    "artist_ids": [
        "0509a681-a362-4800-9075-656041dccdbd"
    ],
    "album": "Ridiculous",
    "release_id": "b2e79740-4b01-4d1e-865c-3131605c0cb7",
    "release_group_id": "d815ffee-0f01-3e6f-92a9-533169d53875",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1995-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chris Difford & Glenn Tilbrook wrote \"Daphne.\"  \n--\nDid you know that Squeeze is touring, playing 23 concerts across six countries in the next few years. (Alas, they're not coming this way).: https://www.squeezeofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}