Information about plays

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

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

{
    "id": 3632152,
    "uri": "https://api.kexp.org/v2/plays/3632152/?format=api",
    "airdate": "2026-03-21T22:41:17-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Minute Hero",
    "track_id": null,
    "recording_id": "5f6aaf1d-f454-4c61-95a8-59b67dc0721f",
    "artist": "The Selecter",
    "artist_ids": [
        "1329faaf-799f-44e2-91f9-87fe52f17afd"
    ],
    "album": "The Best of the Selecter",
    "release_id": null,
    "release_group_id": "b65980b2-3368-37ce-959d-5583fd3479ac",
    "labels": [
        "Two-Tone Records"
    ],
    "label_ids": [
        "4290c2b1-667b-41ae-b36f-2f2ba43bce0a"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Smart Shoppers’ “Selector” leads into The Selecter, sharing the same name. A cornerstone of the 2 Tone label, The Selecter helped define the British ska revival sound of the late 1970s, blending ska rhythms with punk energy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}