Information about plays

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

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

{
    "id": 3543944,
    "uri": "https://api.kexp.org/v2/plays/3543944/?format=api",
    "airdate": "2025-08-23T22:04:48-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/fec888ca-92ba-4a03-8041-436cb3d4bd06/42029535049-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fec888ca-92ba-4a03-8041-436cb3d4bd06/42029535049-250.jpg",
    "song": "Hear Nothing See Nothing Say Nothing",
    "track_id": null,
    "recording_id": "3366f059-26b8-4b8b-92e1-ee9ea2f04da4",
    "artist": "Discharge",
    "artist_ids": [
        "0c9bfbdc-4e64-497d-bf80-5c891e6766a3"
    ],
    "album": "Hear Nothing See Nothing Say Nothing",
    "release_id": null,
    "release_group_id": "ee0a4f40-7619-3acb-9584-6afbf6040bb9",
    "labels": [
        "Noise Records"
    ],
    "label_ids": [
        "8a9c7919-4bf5-46f1-acab-974a3ad3922f"
    ],
    "release_date": "1982-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Discharge is currently playing festivals around Europe.\n\nhttps://www.facebook.com/Dischargeofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}