Information about plays

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

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

{
    "id": 3635385,
    "uri": "https://api.kexp.org/v2/plays/3635385/?format=api",
    "airdate": "2026-03-30T01:05:08-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Designing Tomorrow's Possibility",
    "track_id": null,
    "recording_id": "9e60b3d1-47af-4831-9e0d-69fe4de66750",
    "artist": "Sean Wolcott",
    "artist_ids": [
        "94853530-8cb6-4fbe-8111-1c3f8c22b3c8"
    ],
    "album": "Light Music for Heavy Industry",
    "release_id": null,
    "release_group_id": "98dd1c7d-53e3-4797-8530-208330428ca5",
    "labels": [
        "Clockwork"
    ],
    "label_ids": [
        "a34cf89c-917c-4cd2-b25d-3d701c29da9c"
    ],
    "release_date": "2025-02-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}