Information about plays

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

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

{
    "id": 3543257,
    "uri": "https://api.kexp.org/v2/plays/3543257/?format=api",
    "airdate": "2025-08-22T10:41:54-07:00",
    "show": 64355,
    "show_uri": "https://api.kexp.org/v2/shows/64355/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-d9e47b36-e29f-387e-afc6-2dbb90cb914d/mbid-d9e47b36-e29f-387e-afc6-2dbb90cb914d-30038761726_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-d9e47b36-e29f-387e-afc6-2dbb90cb914d/mbid-d9e47b36-e29f-387e-afc6-2dbb90cb914d-30038761726_thumb250.jpg",
    "song": "Conductor",
    "track_id": "693f304c-bf03-3fdd-a796-5ff7a8cfe29e",
    "recording_id": "dc93cb33-5d27-48a5-850c-0f7a687867c1",
    "artist": "We Were Promised Jetpacks",
    "artist_ids": [
        "8f0e0596-5a39-4bd5-9dfa-f2b12030ffdc"
    ],
    "album": "These Four Walls",
    "release_id": "d9e47b36-e29f-387e-afc6-2dbb90cb914d",
    "release_group_id": "fa770dce-0375-3dcd-8e81-a143b5d39b31",
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2009-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scottish band We Were Promised Jetpacks treated us to an 11-song set for their 2019 Live on KEXP session! The set included this track. Enjoy the video here: https://www.youtube.com/watch?v=mO27WUNVgIY\n\nhttps://wewerepromisedjetpacks.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}