Information about plays

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

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

{
    "id": 3587901,
    "uri": "https://api.kexp.org/v2/plays/3587901/?format=api",
    "airdate": "2025-12-07T04:21:43-08:00",
    "show": 65311,
    "show_uri": "https://api.kexp.org/v2/shows/65311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sentry",
    "track_id": "a9f1de06-c1f2-4d48-b207-86bb62baeddd",
    "recording_id": "79da66ef-37d5-4404-be30-4e78d9f33333",
    "artist": "Sword II",
    "artist_ids": [
        "0c9d1ed2-8896-4e05-a2c1-a317ef8f064e"
    ],
    "album": "Electric Hour",
    "release_id": "a5bf0dfd-8027-4a90-83e4-90694a23e281",
    "release_group_id": "5f5536cd-957a-43de-9cf6-2bc3f60544b6",
    "labels": [
        "section1"
    ],
    "label_ids": [
        "0fef83ca-925d-4a0a-84a0-bc7a2e5fb477"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}