Information about plays

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

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

{
    "id": 3631737,
    "uri": "https://api.kexp.org/v2/plays/3631737/?format=api",
    "airdate": "2026-03-21T01:22:37-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/34aa1bf3-ff41-450c-9c99-1f006ba8e5c2/19420781709-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34aa1bf3-ff41-450c-9c99-1f006ba8e5c2/19420781709-250.jpg",
    "song": "Face Meets Glass",
    "track_id": null,
    "recording_id": "7f9f1763-5bfe-48f5-a38f-48918ebf72a6",
    "artist": "ACTORS",
    "artist_ids": [
        "230f2c85-8b1c-4e88-ab5d-0d015a4bbe16"
    ],
    "album": "It Will Come to You",
    "release_id": null,
    "release_group_id": "0497c70f-4b52-4ab0-acc3-2a5a04924510",
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2018-03-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Shannon Hemmett is the keyboardist and vocalist of Vancouvrer's ACTORS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}