Information about plays

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

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

{
    "id": 3634166,
    "uri": "https://api.kexp.org/v2/plays/3634166/?format=api",
    "airdate": "2026-03-27T06:15:31-07:00",
    "show": 66290,
    "show_uri": "https://api.kexp.org/v2/shows/66290/?format=api",
    "image_uri": "https://ia600207.us.archive.org/21/items/mbid-17f27b66-5df9-43f3-bf53-faaa65ff42ae/mbid-17f27b66-5df9-43f3-bf53-faaa65ff42ae-42681110985_thumb500.jpg",
    "thumbnail_uri": "https://dn721502.ca.archive.org/0/items/mbid-17f27b66-5df9-43f3-bf53-faaa65ff42ae/mbid-17f27b66-5df9-43f3-bf53-faaa65ff42ae-42681110985_thumb250.jpg",
    "song": "Can’t Stop Lovin’ You",
    "track_id": "c3dee213-80e0-3eff-8964-6015755f4952",
    "recording_id": "fcfe774e-2ca5-47a2-a8a6-68af033d01b2",
    "artist": "Van Halen",
    "artist_ids": [
        "b665b768-0d83-4363-950c-31ed39317c15"
    ],
    "album": "The Best of Both Worlds",
    "release_id": "17f27b66-5df9-43f3-bf53-faaa65ff42ae",
    "release_group_id": "1e275787-073e-3077-be8f-d9c43ec6df5a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2004-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Bruce Fairbairn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}