Information about plays

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

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

{
    "id": 3640736,
    "uri": "https://api.kexp.org/v2/plays/3640736/?format=api",
    "airdate": "2026-04-11T12:56:21-07:00",
    "show": 66425,
    "show_uri": "https://api.kexp.org/v2/shows/66425/?format=api",
    "image_uri": "https://dn710306.ca.archive.org/0/items/mbid-78ea0e72-a4bd-47fb-bdbb-e7ff4b2bbb3d/mbid-78ea0e72-a4bd-47fb-bdbb-e7ff4b2bbb3d-24205027272_thumb500.jpg",
    "thumbnail_uri": "https://dn710306.ca.archive.org/0/items/mbid-78ea0e72-a4bd-47fb-bdbb-e7ff4b2bbb3d/mbid-78ea0e72-a4bd-47fb-bdbb-e7ff4b2bbb3d-24205027272_thumb250.jpg",
    "song": "Flying",
    "track_id": "60311985-49e0-4903-b41b-4bcece9929f5",
    "recording_id": "604e004c-734b-44d5-b294-099ce673d34d",
    "artist": "Moon Duo",
    "artist_ids": [
        "7f89e20f-46f3-4571-9ae0-b29dcdb4bbe9"
    ],
    "album": "Stars Are the Light",
    "release_id": "78ea0e72-a4bd-47fb-bdbb-e7ff4b2bbb3d",
    "release_group_id": "becc6731-4517-4c14-ade8-8d4c083b9eed",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the 7th album from the Portland, OR band.  \nFind it here https://moonduo.bandcamp.com/album/stars-are-the-light-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}