Information about plays

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

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

{
    "id": 3570528,
    "uri": "https://api.kexp.org/v2/plays/3570528/?format=api",
    "airdate": "2025-10-27T07:13:31-07:00",
    "show": 64948,
    "show_uri": "https://api.kexp.org/v2/shows/64948/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-386233d1-ea9b-407d-87af-4d67f7abc572/mbid-386233d1-ea9b-407d-87af-4d67f7abc572-33538675362_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-386233d1-ea9b-407d-87af-4d67f7abc572/mbid-386233d1-ea9b-407d-87af-4d67f7abc572-33538675362_thumb250.jpg",
    "song": "Toni",
    "track_id": "46863f9d-ebe4-42ce-9077-d4b1c4e677da",
    "recording_id": "e95c9af4-b100-4944-8a9f-c022a0b81d93",
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "The Other Side of Make-Believe",
    "release_id": "386233d1-ea9b-407d-87af-4d67f7abc572",
    "release_group_id": "79b8aebb-c519-473a-9580-6c5ac0141d29",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2022-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'The Other Side of Make-Believe' started out with the band writing and recording remotely due to COVID during 2020\nhttps://www.interpolnyc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}