Information about plays

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

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

{
    "id": 3621331,
    "uri": "https://api.kexp.org/v2/plays/3621331/?format=api",
    "airdate": "2026-02-23T15:27:14-08:00",
    "show": 66012,
    "show_uri": "https://api.kexp.org/v2/shows/66012/?format=api",
    "image_uri": "https://dn710209.ca.archive.org/0/items/mbid-fcaaf1eb-f1e1-4179-9b69-48debd3b6d92/mbid-fcaaf1eb-f1e1-4179-9b69-48debd3b6d92-44349077407_thumb500.jpg",
    "thumbnail_uri": "https://dn710209.ca.archive.org/0/items/mbid-fcaaf1eb-f1e1-4179-9b69-48debd3b6d92/mbid-fcaaf1eb-f1e1-4179-9b69-48debd3b6d92-44349077407_thumb250.jpg",
    "song": "Nice",
    "track_id": "b4cca1dd-e905-488a-a34f-33762a06fb33",
    "recording_id": "4b4c3408-746f-481d-b369-deb2249b685b",
    "artist": "Biblioteka",
    "artist_ids": [
        "47b25147-ad45-4b4b-9dd0-a62a1576d468"
    ],
    "album": "Matryoshka",
    "release_id": "fcaaf1eb-f1e1-4179-9b69-48debd3b6d92",
    "release_group_id": "ff1ab44a-35f4-4cbc-9e5e-5d159ea0eabb",
    "labels": [
        "Pet Wussy Records"
    ],
    "label_ids": [
        "a54d60f3-71c3-4f3f-a667-24d2954c7f88"
    ],
    "release_date": "2026-02-12",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://bibliotekaband.bandcamp.com/album/matryoshka",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}