Information about plays

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

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

{
    "id": 3620624,
    "uri": "https://api.kexp.org/v2/plays/3620624/?format=api",
    "airdate": "2026-02-22T01:43:37-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "With Fear and great Joy",
    "track_id": null,
    "recording_id": null,
    "artist": "Trespasser",
    "artist_ids": [
        "71513a28-292c-4c3c-b611-f48226a9a687"
    ],
    "album": "יְהִי אוֹר",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fucking Kill! Records"
    ],
    "label_ids": [
        "581a47fd-b29e-4a2e-8a0b-9c1d758fb900"
    ],
    "release_date": "2026-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album title יְהִי אוֹר (Yehi Or) is in Hebrew and means \"let there be light\".\n\nhttps://trespasserxvi.bandcamp.com/\nhttps://www.facebook.com/trespasserxvi/\nhttps://pestproductions.bandcamp.com/album/--22",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}