Information about plays

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

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

{
    "id": 3640582,
    "uri": "https://api.kexp.org/v2/plays/3640582/?format=api",
    "airdate": "2026-04-11T04:43:05-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-b29a30c7-4c4f-402b-8e90-2b169527bd07/mbid-b29a30c7-4c4f-402b-8e90-2b169527bd07-5587185247_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-b29a30c7-4c4f-402b-8e90-2b169527bd07/mbid-b29a30c7-4c4f-402b-8e90-2b169527bd07-5587185247_thumb250.jpg",
    "song": "The More It Works",
    "track_id": "39d9ec9e-0ab5-40d9-82ad-be26911f7fb5",
    "recording_id": "8191ae94-870f-443a-8d9e-af3663bf04e6",
    "artist": "Parquet Courts",
    "artist_ids": [
        "e01755e3-58ab-4a5b-a9e9-a0a3bd3dff4c"
    ],
    "album": "Tally All the Things That You Broke",
    "release_id": "b29a30c7-4c4f-402b-8e90-2b169527bd07",
    "release_group_id": "d0594968-40ab-4109-bda0-db7b97cc80c3",
    "labels": [
        "What's Your Rupture?"
    ],
    "label_ids": [
        "57a33832-c708-4bda-b9b8-25c0a065027c"
    ],
    "release_date": "2013-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}