Information about plays

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

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

{
    "id": 3612621,
    "uri": "https://api.kexp.org/v2/plays/3612621/?format=api",
    "airdate": "2026-02-03T08:33:09-08:00",
    "show": 65829,
    "show_uri": "https://api.kexp.org/v2/shows/65829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reverence",
    "track_id": "37623e82-0a01-36ac-95a0-cf28115735c2",
    "recording_id": "195f2bc8-298b-4580-8186-0952c5613e83",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Honey's Dead",
    "release_id": "237447a9-4c62-31be-af0a-69d2128a4bf6",
    "release_group_id": "ba046194-5b17-3394-90ad-03aeb5ee1714",
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1992, The Jesus and Mary Chain release the single \"Reverence\" from the album Honey's Dead.\n--\n\n\"I wanna die just like Jesus Christ...\nI wanna die on a bed of spikes...\"\n\nThis was the first single from Scottish band The Jesus and Mary Chain's fourth album.\n---\nIn 2017 The Guardian put together their list of the 10 best Jesus and Mary Chain songs (It didn't include \"Reverence.\"): https://www.theguardian.com/music/musicblog/2017/jan/18/the-jesus-and-mary-chain-10-of-the-best",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}