Information about plays

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

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

{
    "id": 3631142,
    "uri": "https://api.kexp.org/v2/plays/3631142/?format=api",
    "airdate": "2026-03-19T16:40:05-07:00",
    "show": 66224,
    "show_uri": "https://api.kexp.org/v2/shows/66224/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-13856621-72e0-4a14-b519-69513aae579f/mbid-13856621-72e0-4a14-b519-69513aae579f-10120168262_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-13856621-72e0-4a14-b519-69513aae579f/mbid-13856621-72e0-4a14-b519-69513aae579f-10120168262_thumb250.jpg",
    "song": "Little Bird",
    "track_id": "cae4653a-23f2-3fd2-a21e-6067f25840e9",
    "recording_id": "2a3b48f1-6d87-4e98-872c-ed34b7cc72e1",
    "artist": "Annie Lennox",
    "artist_ids": [
        "3e30aebd-0557-4cfd-8fb9-3945afa5d72b"
    ],
    "album": "Diva",
    "release_id": "13856621-72e0-4a14-b519-69513aae579f",
    "release_group_id": "bb94025b-0278-3a61-b401-ccf9c5fea353",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1992-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}