Information about plays

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

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

{
    "id": 3611470,
    "uri": "https://api.kexp.org/v2/plays/3611470/?format=api",
    "airdate": "2026-01-31T16:14:03-08:00",
    "show": 65805,
    "show_uri": "https://api.kexp.org/v2/shows/65805/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-2b4115a8-ce7f-4211-9533-06b2762e88c3/mbid-2b4115a8-ce7f-4211-9533-06b2762e88c3-44096358168_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-2b4115a8-ce7f-4211-9533-06b2762e88c3/mbid-2b4115a8-ce7f-4211-9533-06b2762e88c3-44096358168_thumb250.jpg",
    "song": "Where’s My Phone?",
    "track_id": "95b5652d-3cdf-4d33-bfd9-a9f6eae0a188",
    "recording_id": "9e577af2-d46a-4386-8225-8ce87bee39fa",
    "artist": "Mitski",
    "artist_ids": [
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5"
    ],
    "album": "Nothing’s About to Happen to Me",
    "release_id": "2b4115a8-ce7f-4211-9533-06b2762e88c3",
    "release_group_id": "f24aa16e-4bb0-4ba3-8317-91c0a518f0a1",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mitksi's new album, Nothing's About to Happen to Me, will be out February 27th! \"Where's My Phone\" is the album's debut single, marking Mitski's first new music since the 2023 album, The Land Is Inhospitable and So Are We.\n\nhttps://mitski.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}