Information about plays

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

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

{
    "id": 3523846,
    "uri": "https://api.kexp.org/v2/plays/3523846/?format=api",
    "airdate": "2025-07-07T09:26:19-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://ia800100.us.archive.org/10/items/mbid-9ad807ae-7330-428c-bd2e-db79445bc6c9/mbid-9ad807ae-7330-428c-bd2e-db79445bc6c9-17386360026_thumb500.jpg",
    "thumbnail_uri": "https://ia800100.us.archive.org/10/items/mbid-9ad807ae-7330-428c-bd2e-db79445bc6c9/mbid-9ad807ae-7330-428c-bd2e-db79445bc6c9-17386360026_thumb250.jpg",
    "song": "Pressure Drop",
    "track_id": "ef410bf7-2859-4ac3-bec4-114c0e6ed86c",
    "recording_id": "8005daf4-ec08-44e0-8554-07fa32232dd2",
    "artist": "The Maytals",
    "artist_ids": [
        "29730ee3-e1c7-4e28-9ccd-3a0e6b0e8103"
    ],
    "album": "The Harder They Come",
    "release_id": "5781be9d-e60e-44e7-b82f-d58f629d865d",
    "release_group_id": "71188e04-90b4-35ff-81c0-06316efdc749",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Harder They Come\" soundtrack was released on this day in 1972, 53 years ago today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}