Information about plays

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

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

{
    "id": 3554270,
    "uri": "https://api.kexp.org/v2/plays/3554270/?format=api",
    "airdate": "2025-09-17T17:42:24-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://ia800207.us.archive.org/7/items/mbid-fe5b9c86-491f-499d-aca5-f9fb326a4ccb/mbid-fe5b9c86-491f-499d-aca5-f9fb326a4ccb-6624268626_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/7/items/mbid-fe5b9c86-491f-499d-aca5-f9fb326a4ccb/mbid-fe5b9c86-491f-499d-aca5-f9fb326a4ccb-6624268626_thumb250.jpg",
    "song": "Our House",
    "track_id": "3f741492-72eb-32ed-b89c-3d9abf331206",
    "recording_id": "2733c3bf-12c1-40c6-9723-3ae216d5cbc6",
    "artist": "Madness",
    "artist_ids": [
        "5f58803e-8c4c-478e-8b51-477f38483ede"
    ],
    "album": "The Rise & Fall",
    "release_id": "fe5b9c86-491f-499d-aca5-f9fb326a4ccb",
    "release_group_id": "7b3c2ec0-7390-39eb-a23c-f33d760f274a",
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [
        "df57ad64-fae7-4976-a8a0-d6d344867e09"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Eric & Jen!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}