Information about plays

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

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

{
    "id": 3635353,
    "uri": "https://api.kexp.org/v2/plays/3635353/?format=api",
    "airdate": "2026-03-29T23:18:30-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "https://coverartarchive.org/release/05f318ce-49cc-4d8a-9c27-60aff325a57f/44702128563-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05f318ce-49cc-4d8a-9c27-60aff325a57f/44702128563-250.jpg",
    "song": "Light Up",
    "track_id": null,
    "recording_id": "70baa468-ae68-4e14-ad2a-73d5515ec6d3",
    "artist": "Robyn",
    "artist_ids": [
        "5a8e07d5-d932-4484-a7f7-e700793a9c94"
    ],
    "album": "Sexistential",
    "release_id": null,
    "release_group_id": "ebe6e41d-3f9e-4633-b5b9-8752e31ceec7",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://robynkonichiwa.bandcamp.com/album/sexistential",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}