Information about plays

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

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

{
    "id": 3635390,
    "uri": "https://api.kexp.org/v2/plays/3635390/?format=api",
    "airdate": "2026-03-30T01:26:56-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Persevere Through Gravity's Pull",
    "track_id": null,
    "recording_id": null,
    "artist": "Sean Wolcott",
    "artist_ids": [
        "94853530-8cb6-4fbe-8111-1c3f8c22b3c8"
    ],
    "album": "Cosmic Consciousness",
    "release_id": null,
    "release_group_id": "4c85e843-ac3b-4866-ac1e-4ceb6ac2fb4a",
    "labels": [
        "Clockwork"
    ],
    "label_ids": [
        "a34cf89c-917c-4cd2-b25d-3d701c29da9c"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://seanwolcott.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}