Information about plays

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

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

{
    "id": 3631269,
    "uri": "https://api.kexp.org/v2/plays/3631269/?format=api",
    "airdate": "2026-03-20T01:13:32-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-43e0d91e-6662-4eff-b6b0-f5469f7fda44/mbid-43e0d91e-6662-4eff-b6b0-f5469f7fda44-5106864558_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-43e0d91e-6662-4eff-b6b0-f5469f7fda44/mbid-43e0d91e-6662-4eff-b6b0-f5469f7fda44-5106864558_thumb250.jpg",
    "song": "Heaven Sent",
    "track_id": "22bb9139-7ab7-3059-bd21-a1ce213f2f70",
    "recording_id": "01f327d2-03a6-4b2f-854f-82fc51935c7c",
    "artist": "Esthero",
    "artist_ids": [
        "681bf706-8664-4658-ab1a-39e1d385fae2"
    ],
    "album": "Breath From Another",
    "release_id": "43e0d91e-6662-4eff-b6b0-f5469f7fda44",
    "release_group_id": "9caf4bc7-51b9-393c-b6f7-f7d7aa10d67a",
    "labels": [
        "Work"
    ],
    "label_ids": [
        "71ed8e35-adb4-4f7a-a3c1-1ff621042266"
    ],
    "release_date": "1998-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}