Information about plays

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

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

{
    "id": 3625585,
    "uri": "https://api.kexp.org/v2/plays/3625585/?format=api",
    "airdate": "2026-03-05T10:49:21-08:00",
    "show": 66097,
    "show_uri": "https://api.kexp.org/v2/shows/66097/?format=api",
    "image_uri": "https://dn710203.ca.archive.org/0/items/mbid-cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2/mbid-cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2-38049092065_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2/mbid-cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2-38049092065_thumb250.jpg",
    "song": "Brown Paper Bag",
    "track_id": "26f90fa3-c92d-47d8-b137-0d4874c3a5cb",
    "recording_id": "4a615e51-2a3c-4348-ab49-cd4b61c7f27d",
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Frog in Boiling Water",
    "release_id": "cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2",
    "release_group_id": "d90290b3-5187-4a06-bf65-d5b327cabad9",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "2024-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn's DIIV performed Live on KEXP in 2024, with Cheryl hosting! Check out the video of the full performance here:\n\nhttps://www.youtube.com/watch?v=OlsfSjXVHF0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}