Information about plays

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

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

{
    "id": 3610502,
    "uri": "https://api.kexp.org/v2/plays/3610502/?format=api",
    "airdate": "2026-01-29T06:19:38-08:00",
    "show": 65783,
    "show_uri": "https://api.kexp.org/v2/shows/65783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Let Me Be Misunderstood",
    "track_id": "820dfcd8-efc3-3dba-be43-474971c2e988",
    "recording_id": "150b8302-bb2b-463e-a7ec-132726d3c695",
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "Retrospective",
    "release_id": "688cfd8b-426e-4d33-b7cd-dffe7e2b443a",
    "release_group_id": "fc257aa2-c000-328d-bf1b-ed0010ccfc34",
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2004-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Animals released their version of \"Don't Let Me Be Misunderstood,\" on this day in 1965, originally recorded by Nina Simone on her 1964 album Broadway-Blues-Ballads.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}