Information about plays

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

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

{
    "id": 3618895,
    "uri": "https://api.kexp.org/v2/plays/3618895/?format=api",
    "airdate": "2026-02-18T00:46:01-08:00",
    "show": 65962,
    "show_uri": "https://api.kexp.org/v2/shows/65962/?format=api",
    "image_uri": "https://ia801608.us.archive.org/9/items/mbid-2351f1d3-15a5-4ec4-a901-facbd32d0ae2/mbid-2351f1d3-15a5-4ec4-a901-facbd32d0ae2-43259003523_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-2351f1d3-15a5-4ec4-a901-facbd32d0ae2/mbid-2351f1d3-15a5-4ec4-a901-facbd32d0ae2-43259003523_thumb250.jpg",
    "song": "one of a kind of",
    "track_id": "dbcbc60b-ab5f-4a29-bb4b-f19636e5a47c",
    "recording_id": "70fe26c3-8693-44bf-8b0f-a440ca18969c",
    "artist": "glass egg",
    "artist_ids": [
        "75002c06-1921-4d5c-a0b3-20a091eaae24"
    ],
    "album": "visions & ecstasies",
    "release_id": "2351f1d3-15a5-4ec4-a901-facbd32d0ae2",
    "release_group_id": "13b09f51-ca8e-4e51-8cd9-d2a1af8eab1c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}