Information about plays

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

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

{
    "id": 3627391,
    "uri": "https://api.kexp.org/v2/plays/3627391/?format=api",
    "airdate": "2026-03-10T10:02:37-07:00",
    "show": 66143,
    "show_uri": "https://api.kexp.org/v2/shows/66143/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-cf959903-6393-3a7d-bcfb-beeeb9e25010/mbid-cf959903-6393-3a7d-bcfb-beeeb9e25010-43570988830_thumb500.jpg",
    "thumbnail_uri": "https://dn721502.ca.archive.org/0/items/mbid-cf959903-6393-3a7d-bcfb-beeeb9e25010/mbid-cf959903-6393-3a7d-bcfb-beeeb9e25010-43570988830_thumb250.jpg",
    "song": "School’s Out (single version)",
    "track_id": "6b7b7438-bc61-3234-846a-393f921e3bfe",
    "recording_id": "0395e870-aa32-468f-a4c0-372fcc6ebf18",
    "artist": "Alice Cooper",
    "artist_ids": [
        "4d7928cd-7ed2-4282-8c29-c0c9f966f1bd"
    ],
    "album": "School’s Out",
    "release_id": "cf959903-6393-3a7d-bcfb-beeeb9e25010",
    "release_group_id": "9e038b79-8be1-3cf1-bdd6-62f4842ab665",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}