Information about plays

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

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

{
    "id": 3546323,
    "uri": "https://api.kexp.org/v2/plays/3546323/?format=api",
    "airdate": "2025-08-29T13:46:08-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://ia601202.us.archive.org/30/items/mbid-4349b090-8599-4151-b5ba-a94ac327933c/mbid-4349b090-8599-4151-b5ba-a94ac327933c-14247575561_thumb500.jpg",
    "thumbnail_uri": "https://ia601202.us.archive.org/30/items/mbid-4349b090-8599-4151-b5ba-a94ac327933c/mbid-4349b090-8599-4151-b5ba-a94ac327933c-14247575561_thumb250.jpg",
    "song": "3 Strange Days",
    "track_id": "6cf6b72a-1fb4-3eef-b18b-3c54eaef14c3",
    "recording_id": "4f1a6894-8017-4358-80f5-ba0bc09e6154",
    "artist": "School of Fish",
    "artist_ids": [
        "d2f154ea-ca3b-4cd6-9e8a-e69da6ae83f3"
    ],
    "album": "School of Fish",
    "release_id": "4349b090-8599-4151-b5ba-a94ac327933c",
    "release_group_id": "3088be55-d9b2-31b6-82f4-416d30560f23",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1991-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Matt!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}