Information about plays

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

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

{
    "id": 3587848,
    "uri": "https://api.kexp.org/v2/plays/3587848/?format=api",
    "airdate": "2025-12-07T00:41:50-08:00",
    "show": 65310,
    "show_uri": "https://api.kexp.org/v2/shows/65310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prepare a Way",
    "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": [],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vretstorp, Sweden. First single off of the much anticipated 3rd full-length from Trespasser! The album (Also known as Let There be Light) is the final part of a trilogy of albums.\nhttps://trespasserxvi.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}