Information about plays

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

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

{
    "id": 3610940,
    "uri": "https://api.kexp.org/v2/plays/3610940/?format=api",
    "airdate": "2026-01-30T07:03:31-08:00",
    "show": 65792,
    "show_uri": "https://api.kexp.org/v2/shows/65792/?format=api",
    "image_uri": "https://ia600507.us.archive.org/12/items/mbid-d55037d8-e968-4016-bea9-dc2e6c121d91/mbid-d55037d8-e968-4016-bea9-dc2e6c121d91-1336614777_thumb500.jpg",
    "thumbnail_uri": "https://ia800507.us.archive.org/12/items/mbid-d55037d8-e968-4016-bea9-dc2e6c121d91/mbid-d55037d8-e968-4016-bea9-dc2e6c121d91-1336614777_thumb250.jpg",
    "song": "Sledgehammer",
    "track_id": "a1f7662b-b8fd-380f-a954-f3b3898ab65d",
    "recording_id": "b633dbf5-5e55-4a7f-8d98-84b8fef661b1",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "So",
    "release_id": "d55037d8-e968-4016-bea9-dc2e6c121d91",
    "release_group_id": "be3cc3e7-bdb0-3c13-a60b-a985b30eb603",
    "labels": [
        "Virgin",
        "Real World"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "2002-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, happy Friday, and welcome to the Morning Show with the exquisite John Richards and handsome producer Owen Murphy! Our Album of the Week is Peter Gabriel's \"So.\" We’re so glad you’re here with us!\n--\nPeter Gabriel said, regarding the theme of this song: \"Sometimes sex can break through barriers when other forms of communication are not working too well.\"\n--\nThe extraordinary video was the most-played in MTV-history: https://www.youtube.com/watch?v=OJWJE0x7T4Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}