Information about plays

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

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

{
    "id": 3634350,
    "uri": "https://api.kexp.org/v2/plays/3634350/?format=api",
    "airdate": "2026-03-27T18:30:47-07:00",
    "show": 66294,
    "show_uri": "https://api.kexp.org/v2/shows/66294/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-e6019b8b-dc3b-4106-b3e7-6d49cb1d6b28/mbid-e6019b8b-dc3b-4106-b3e7-6d49cb1d6b28-21201908331_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-e6019b8b-dc3b-4106-b3e7-6d49cb1d6b28/mbid-e6019b8b-dc3b-4106-b3e7-6d49cb1d6b28-21201908331_thumb250.jpg",
    "song": "I Want You",
    "track_id": "80a9447d-3383-4c63-8843-2c89a2d6be1c",
    "recording_id": "987d4797-7f38-4294-a7d8-99430ca4b615",
    "artist": "Massive Attack & Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287",
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Collected",
    "release_id": "e6019b8b-dc3b-4106-b3e7-6d49cb1d6b28",
    "release_group_id": "0715541f-e453-3ec4-9ebb-a4dba95ce3ee",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samples Shout by Tears for Fears!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}