Information about plays

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

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

{
    "id": 3644690,
    "uri": "https://api.kexp.org/v2/plays/3644690/?format=api",
    "airdate": "2026-04-20T22:49:37-07:00",
    "show": 66509,
    "show_uri": "https://api.kexp.org/v2/shows/66509/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-c5237e0d-1068-4148-aa24-d3b8df44a740/mbid-c5237e0d-1068-4148-aa24-d3b8df44a740-36064600374_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-c5237e0d-1068-4148-aa24-d3b8df44a740/mbid-c5237e0d-1068-4148-aa24-d3b8df44a740-36064600374_thumb250.jpg",
    "song": "Another Side",
    "track_id": "76d41dbf-0209-4b61-a370-4b6ee83c610f",
    "recording_id": "cc85ddfe-c29c-48cb-a3a0-7a9eef421310",
    "artist": "Woods",
    "artist_ids": [
        "42a1253e-0efc-45e8-b627-ff802fb9e9ee"
    ],
    "album": "Perennial",
    "release_id": "c5237e0d-1068-4148-aa24-d3b8df44a740",
    "release_group_id": "6b57048d-a175-49c9-924f-66f9960193b0",
    "labels": [
        "Woodsist"
    ],
    "label_ids": [
        "f4b10497-515a-459b-a01b-3667eb8170e8"
    ],
    "release_date": "2023-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}