Information about plays

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

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

{
    "id": 3546565,
    "uri": "https://api.kexp.org/v2/plays/3546565/?format=api",
    "airdate": "2025-08-30T04:02:52-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia801503.us.archive.org/32/items/mbid-3c827196-72da-48e9-b4c8-c1c0059245fa/mbid-3c827196-72da-48e9-b4c8-c1c0059245fa-33242736390_thumb500.jpg",
    "thumbnail_uri": "https://ia601503.us.archive.org/32/items/mbid-3c827196-72da-48e9-b4c8-c1c0059245fa/mbid-3c827196-72da-48e9-b4c8-c1c0059245fa-33242736390_thumb250.jpg",
    "song": "Fear of Art",
    "track_id": "503d6cdd-dc95-4777-a479-2d26f86e7530",
    "recording_id": "4c3edbd4-6c50-47ba-aa1f-1bb923250e50",
    "artist": "Thumper",
    "artist_ids": [
        "b62ee5a0-4f4a-4384-914d-2a8b45d2b298"
    ],
    "album": "Delusions of Grandeur",
    "release_id": "3c827196-72da-48e9-b4c8-c1c0059245fa",
    "release_group_id": "df17d1f1-3534-4a72-b13d-78ee7fc79dd7",
    "labels": [
        "Reckless Records"
    ],
    "label_ids": [
        "3173a7cc-c0a8-4b2f-9170-c912da1ba9b5"
    ],
    "release_date": "2022-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}