Information about plays

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

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

{
    "id": 3631511,
    "uri": "https://api.kexp.org/v2/plays/3631511/?format=api",
    "airdate": "2026-03-20T14:59:13-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Those Guys",
    "track_id": null,
    "recording_id": "2ad35816-db99-46e7-b575-0b454db70bb2",
    "artist": "The Sensations",
    "artist_ids": [
        "70235436-4ba2-40a1-937e-d92d741d4a3f"
    ],
    "album": "Wake Up Jamaica (Sweet Rock Steady & Reggae Harmonies 1967-1973)",
    "release_id": null,
    "release_group_id": "5643f771-5206-438b-8ae0-d07f41bd6906",
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sensations were a Jamaican vocal harmony quartet closely tied to similar groups the Techniques and the Uniques. The nascent version of the Sensations included singers Cornel Campbell, Jimmy Riley, Buster Riley, and Harold \"Bobby\" Davis, although the makeup of the group was fairly fluid.\n--Allmusic (https://www.allmusic.com/artist/the-sensations-mn0001891126#biography)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}