Information about plays

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

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

{
    "id": 3639115,
    "uri": "https://api.kexp.org/v2/plays/3639115/?format=api",
    "airdate": "2026-04-07T16:17:18-07:00",
    "show": 66393,
    "show_uri": "https://api.kexp.org/v2/shows/66393/?format=api",
    "image_uri": "https://dn711401.ca.archive.org/0/items/mbid-b7df14fc-81c2-45ef-9ace-d3f4d074fcb6/mbid-b7df14fc-81c2-45ef-9ace-d3f4d074fcb6-10495768158_thumb500.jpg",
    "thumbnail_uri": "https://dn711401.ca.archive.org/0/items/mbid-b7df14fc-81c2-45ef-9ace-d3f4d074fcb6/mbid-b7df14fc-81c2-45ef-9ace-d3f4d074fcb6-10495768158_thumb250.jpg",
    "song": "This Modern Love",
    "track_id": "ae5edf4b-0638-33c9-a968-bb3d4c8be12c",
    "recording_id": "73ab107e-5af3-466d-b813-e5cb375ff511",
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm",
    "release_id": "b7df14fc-81c2-45ef-9ace-d3f4d074fcb6",
    "release_group_id": "f3f82b80-b2c5-3151-be53-5cb5803860e0",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bloc Party is touring (though no dates on the west coast). Maybe where you listen from? \nhttps://blocparty.com/pages/live\n\nOR you can always watch them perform this song and more from their KEXP studio  performance from 2012 here: https://www.youtube.com/watch?v=HCkiia1HnXM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}