Information about plays

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

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

{
    "id": 3573400,
    "uri": "https://api.kexp.org/v2/plays/3573400/?format=api",
    "airdate": "2025-11-03T07:01:30-08:00",
    "show": 65012,
    "show_uri": "https://api.kexp.org/v2/shows/65012/?format=api",
    "image_uri": "https://ia803202.us.archive.org/29/items/mbid-0644af17-471f-3736-830c-888b3205c009/mbid-0644af17-471f-3736-830c-888b3205c009-4135620147_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/29/items/mbid-0644af17-471f-3736-830c-888b3205c009/mbid-0644af17-471f-3736-830c-888b3205c009-4135620147_thumb250.jpg",
    "song": "Halo",
    "track_id": "f97062a0-e347-3720-94dd-6996d05938a7",
    "recording_id": "3bfaab09-6ea0-47de-8d8e-bd514e396eaf",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Violator",
    "release_id": "0644af17-471f-3736-830c-888b3205c009",
    "release_group_id": "71f1482e-e63f-3b2c-811b-939f62708f2a",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guess what our album of the week is! Why yes, it's Violator the seventh studio album by Depeche Mode!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}