Information about plays

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

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

{
    "id": 3637308,
    "uri": "https://api.kexp.org/v2/plays/3637308/?format=api",
    "airdate": "2026-04-03T14:44:35-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-94f3e31b-a414-44eb-af2f-674417ca836a/mbid-94f3e31b-a414-44eb-af2f-674417ca836a-38224194509_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-94f3e31b-a414-44eb-af2f-674417ca836a/mbid-94f3e31b-a414-44eb-af2f-674417ca836a-38224194509_thumb250.jpg",
    "song": "Slippin’ Into Darkness",
    "track_id": "cb4baa0e-e736-3aaf-b7e8-9b79808e09dd",
    "recording_id": "c0e865ba-8da1-4aab-822f-fd4fa78247bc",
    "artist": "War",
    "artist_ids": [
        "3e6bbdb8-66c8-439c-a3d9-87391ce88740"
    ],
    "album": "The Best of War and More",
    "release_id": "94f3e31b-a414-44eb-af2f-674417ca836a",
    "release_group_id": "146fc314-e750-3957-8880-01c95b4581ee",
    "labels": [
        "Avenue",
        "Avenue Records",
        "Rhino"
    ],
    "label_ids": [
        "c38fff1d-6322-4047-88d1-6718c8bb6e0d",
        "720ed9ba-d0d4-41d9-91bb-fc61a08d2b12",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul legends. https://www.war.com/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}