Information about plays

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

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

{
    "id": 3635355,
    "uri": "https://api.kexp.org/v2/plays/3635355/?format=api",
    "airdate": "2026-03-29T23:28:41-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watch This",
    "track_id": null,
    "recording_id": "ce996763-17fe-4536-ba5c-04bb622c6eb5",
    "artist": "Alix Perez, Cesco",
    "artist_ids": [],
    "album": "Sabotage",
    "release_id": null,
    "release_group_id": "e15d8f7e-c081-4784-9ae8-f05e4e333a0c",
    "labels": [
        "1985 Music"
    ],
    "label_ids": [
        "a5bfec28-ea8f-426d-ab23-e14aa692c9b5"
    ],
    "release_date": "2026-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}