Information about plays

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

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

{
    "id": 3540386,
    "uri": "https://api.kexp.org/v2/plays/3540386/?format=api",
    "airdate": "2025-08-15T12:54:38-07:00",
    "show": 64294,
    "show_uri": "https://api.kexp.org/v2/shows/64294/?format=api",
    "image_uri": "https://ia601508.us.archive.org/2/items/mbid-19cccb18-e704-493b-952d-4f5a5ad3d733/mbid-19cccb18-e704-493b-952d-4f5a5ad3d733-16618578073_thumb500.jpg",
    "thumbnail_uri": "https://ia601508.us.archive.org/2/items/mbid-19cccb18-e704-493b-952d-4f5a5ad3d733/mbid-19cccb18-e704-493b-952d-4f5a5ad3d733-16618578073_thumb250.jpg",
    "song": "Cold Apartment",
    "track_id": "2e616f2e-391d-4c66-9dcd-1aa170bc57ee",
    "recording_id": "dacaabe2-dab4-4c65-b33e-3f4cdb280616",
    "artist": "Vagabon",
    "artist_ids": [
        "4b50ec9e-ea83-4824-8dae-2e520d45e6f9"
    ],
    "album": "Infinite Worlds",
    "release_id": "19cccb18-e704-493b-952d-4f5a5ad3d733",
    "release_group_id": "0bec9e1e-ccca-452b-8ffc-1317dc50d7e7",
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We hope to see you at the KEXP BBQ starting at 2pm today! Vagabon will be onstage starting at 5:30! \n\nhttps://kexp.org/events/kexp-events/kexp-bbq/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}