Information about plays

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

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

{
    "id": 3620407,
    "uri": "https://api.kexp.org/v2/plays/3620407/?format=api",
    "airdate": "2026-02-21T16:05:38-08:00",
    "show": 65994,
    "show_uri": "https://api.kexp.org/v2/shows/65994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nurse Depression",
    "track_id": "a8ad4ca6-3fb7-4a7a-af7c-3ba01d6ae365",
    "recording_id": "2ce02856-c483-4e1b-a08e-316e29d8e5b7",
    "artist": "Coach Party",
    "artist_ids": [
        "ec44206a-c3cc-419d-9ef9-08971c1297dd"
    ],
    "album": "Nurse Depression",
    "release_id": "79e56515-4c3b-4a9d-802d-7172df42150f",
    "release_group_id": "4d9c4931-2c3b-40e9-a933-5febce4ec1f6",
    "labels": [
        "Chess Club Records"
    ],
    "label_ids": [
        "8d7cc8c5-daa0-4ddc-aa8a-d0de9e94b824"
    ],
    "release_date": "2026-01-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}