Information about plays

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

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

{
    "id": 3554848,
    "uri": "https://api.kexp.org/v2/plays/3554848/?format=api",
    "airdate": "2025-09-19T03:31:27-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/e71107e8-a6c9-451d-90ed-2a532153fd0e/9968488529-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e71107e8-a6c9-451d-90ed-2a532153fd0e/9968488529-250.jpg",
    "song": "Monument",
    "track_id": null,
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "A Broken Frame",
    "release_id": null,
    "release_group_id": "0214b97e-30de-3c7f-8a00-d2a402e8902d",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1982-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}