Information about plays

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

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

{
    "id": 3615298,
    "uri": "https://api.kexp.org/v2/plays/3615298/?format=api",
    "airdate": "2026-02-09T13:40:35-08:00",
    "show": 65889,
    "show_uri": "https://api.kexp.org/v2/shows/65889/?format=api",
    "image_uri": "https://ia801401.us.archive.org/13/items/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d-6727767752_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/13/items/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d-6727767752_thumb250.jpg",
    "song": "Now Is the Time",
    "track_id": "f337c274-b0bb-3073-adce-0864fe1dccdc",
    "recording_id": "946ac8e5-4080-484b-baf3-baf9058debd2",
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Wipers Box Set",
    "release_id": "313d1094-2bbb-4a2c-941d-92d530a69c4d",
    "release_group_id": "1cef754a-63e6-3892-a33d-9568f648e619",
    "labels": [
        "Zeno Records"
    ],
    "label_ids": [
        "9b41e54a-d820-44e5-b4df-cc3836323ef8"
    ],
    "release_date": "2001-10-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Wipers was an American punk rock band formed in Portland, Oregon, in 1977 by guitarist and vocalist Greg Sage, along with drummer Sam Henry and bassist Dave Koupal. \n---\nhttps://zenorecords.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}