Information about plays

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

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

{
    "id": 3561261,
    "uri": "https://api.kexp.org/v2/plays/3561261/?format=api",
    "airdate": "2025-10-04T15:49:15-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia801204.us.archive.org/26/items/mbid-a4fb702b-0536-3f7b-b599-d9ff9a54b539/mbid-a4fb702b-0536-3f7b-b599-d9ff9a54b539-11462148666_thumb500.jpg",
    "thumbnail_uri": "https://ia801204.us.archive.org/26/items/mbid-a4fb702b-0536-3f7b-b599-d9ff9a54b539/mbid-a4fb702b-0536-3f7b-b599-d9ff9a54b539-11462148666_thumb250.jpg",
    "song": "The Wake‐Up Bomb",
    "track_id": "481db8df-03bb-3da5-be43-869d2f441a77",
    "recording_id": "c9ba7e29-7b47-4bb9-964f-b039c4181f1f",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "New Adventures in Hi‐Fi",
    "release_id": "a4fb702b-0536-3f7b-b599-d9ff9a54b539",
    "release_group_id": "6d4f73cb-9c02-33c5-ba06-c927a9b963ad",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#704 R.E.M. - New Adventures in Hi-Fi\n\nDonate at the $10/mo level this hour and receive the Big Beautiful KEXP bag!!\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}