Information about plays

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

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

{
    "id": 3592279,
    "uri": "https://api.kexp.org/v2/plays/3592279/?format=api",
    "airdate": "2025-12-17T13:05:48-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "https://ia801205.us.archive.org/35/items/mbid-e8101296-9ef3-457f-b2c4-56e014e4d3dc/mbid-e8101296-9ef3-457f-b2c4-56e014e4d3dc-11801463099_thumb500.jpg",
    "thumbnail_uri": "https://ia601205.us.archive.org/35/items/mbid-e8101296-9ef3-457f-b2c4-56e014e4d3dc/mbid-e8101296-9ef3-457f-b2c4-56e014e4d3dc-11801463099_thumb250.jpg",
    "song": "Radio, Radio",
    "track_id": "1e20fd6f-a4e9-337b-adf6-88dd7bb3be56",
    "recording_id": "0eb01c11-9ded-4873-b2fb-7cf3765efa42",
    "artist": "Elvis Costello",
    "artist_ids": [
        "8a338e06-d182-46f2-bd16-30a09bc840ba"
    ],
    "album": "This Year’s Model",
    "release_id": "e8101296-9ef3-457f-b2c4-56e014e4d3dc",
    "release_group_id": "5e8117f4-a87f-3732-be5f-313c7e5b308d",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This day in 1977 - Elvis Costello gets banned from Saturday Night Live when he abruptly halts his performance of \"Less Than Zero\" and plays the searing \"Radio Radio\" instead.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}