Information about plays

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

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

{
    "id": 3609589,
    "uri": "https://api.kexp.org/v2/plays/3609589/?format=api",
    "airdate": "2026-01-27T01:28:02-08:00",
    "show": 65766,
    "show_uri": "https://api.kexp.org/v2/shows/65766/?format=api",
    "image_uri": "https://coverartarchive.org/release/e04b5310-c111-4d51-8c9b-213e4ed267bd/34105679054-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e04b5310-c111-4d51-8c9b-213e4ed267bd/34105679054-250.jpg",
    "song": "Siberian Nights",
    "track_id": null,
    "recording_id": "dae5dc20-6410-45f0-a4cf-e9f93723b505",
    "artist": "Twilight 22",
    "artist_ids": [
        "68806e7e-8952-4c29-9481-f3470da10106"
    ],
    "album": "Twilight 22",
    "release_id": null,
    "release_group_id": "1562a7d2-5ffe-3256-a7c1-845320f30372",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dangerously close to a nuclear winter rn :(",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}