Information about plays

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

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

{
    "id": 3637934,
    "uri": "https://api.kexp.org/v2/plays/3637934/?format=api",
    "airdate": "2026-04-04T22:01:46-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ultraviolent",
    "track_id": null,
    "recording_id": "b3b70b0b-94a5-43da-b9d2-63023817aca4",
    "artist": "MIRRORLESS",
    "artist_ids": [],
    "album": "MIRRORLESS",
    "release_id": null,
    "release_group_id": "84921ae5-d0b1-489c-b731-2d58cc2a9b01",
    "labels": [
        "Equal Vision Records"
    ],
    "label_ids": [
        "545c16ff-f0b6-4d00-8143-1759b641144a"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Supergroup out of Louisville, KY featuring members of Elliot, Fotocrime, and By the Grace of God.\n\nhttps://mirrorlessband.bandcamp.com/album/mirrorless",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}