Information about plays

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

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

{
    "id": 3636197,
    "uri": "https://api.kexp.org/v2/plays/3636197/?format=api",
    "airdate": "2026-03-31T23:28:48-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa6ebc9b-3812-4fbd-a7e6-fcd04802cbcc/19821616814-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa6ebc9b-3812-4fbd-a7e6-fcd04802cbcc/19821616814-250.jpg",
    "song": "TRANS WØMAN DIES ØF ØLD AGE (remixed by Estoc)",
    "track_id": null,
    "recording_id": "e5bf567f-c72a-4f6c-a4bb-9d4f1f31d284",
    "artist": "+HIRS+",
    "artist_ids": [
        "d98ae071-e23d-4058-b2ed-e136d2c1b593"
    ],
    "album": "Friends. Lovers. Favorites.",
    "release_id": null,
    "release_group_id": "118a45c5-9ea3-4c24-8661-0d254a88b157",
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [
        "077690db-d532-4c59-ad6d-fa299dde75ba"
    ],
    "release_date": "2018-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}