Information about plays

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

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

{
    "id": 3635383,
    "uri": "https://api.kexp.org/v2/plays/3635383/?format=api",
    "airdate": "2026-03-30T01:00:07-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vertical Transfer",
    "track_id": null,
    "recording_id": "ff031cb7-2767-4409-aba8-db552a2a3e05",
    "artist": "Sean Wolcott",
    "artist_ids": [
        "94853530-8cb6-4fbe-8111-1c3f8c22b3c8"
    ],
    "album": "Flying Free",
    "release_id": null,
    "release_group_id": "42ebb7f6-3094-465a-b0c0-041ba0e3c86b",
    "labels": [
        "Clockwork"
    ],
    "label_ids": [
        "a34cf89c-917c-4cd2-b25d-3d701c29da9c"
    ],
    "release_date": "2024-08-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}