Information about plays

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

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

{
    "id": 3632258,
    "uri": "https://api.kexp.org/v2/plays/3632258/?format=api",
    "airdate": "2026-03-22T05:37:48-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn710707.ca.archive.org/0/items/mbid-bc10240b-ebb3-4174-a082-dedcc365d45d/mbid-bc10240b-ebb3-4174-a082-dedcc365d45d-6905764502_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/3/items/mbid-bc10240b-ebb3-4174-a082-dedcc365d45d/mbid-bc10240b-ebb3-4174-a082-dedcc365d45d-6905764502_thumb250.jpg",
    "song": "History Eraser",
    "track_id": "27659b45-61e3-4a70-8b0a-38746558aeb2",
    "recording_id": "09e202f4-4691-4403-9b29-ec10504bfcc5",
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "The Double EP: A Sea of Split Peas",
    "release_id": "bc10240b-ebb3-4174-a082-dedcc365d45d",
    "release_group_id": "82d1fb38-4b67-425e-9cf9-274d87df034a",
    "labels": [
        "Milk! Records"
    ],
    "label_ids": [
        "6f3fd8dd-28ab-41d7-b1c9-0691499bf1c6"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dann Hume, who helped with production and electric guitar on Pink Noise, mixed this track for this album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}