Information about plays

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

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

{
    "id": 3641273,
    "uri": "https://api.kexp.org/v2/plays/3641273/?format=api",
    "airdate": "2026-04-12T17:31:50-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn720004.ca.archive.org/0/items/mbid-a95f2543-e597-4481-99b8-31e5d1d6d0b4/mbid-a95f2543-e597-4481-99b8-31e5d1d6d0b4-44754986192_thumb500.jpg",
    "thumbnail_uri": "https://dn720004.ca.archive.org/0/items/mbid-a95f2543-e597-4481-99b8-31e5d1d6d0b4/mbid-a95f2543-e597-4481-99b8-31e5d1d6d0b4-44754986192_thumb250.jpg",
    "song": "SORRY! CRASH!",
    "track_id": "3039db4d-425d-4d98-8913-d771c9a4fa26",
    "recording_id": "e72ab057-16a5-47ac-83a3-dac7b4bbe57e",
    "artist": "Ecca Vandal",
    "artist_ids": [
        "6b4e962d-3dbc-4bda-82f0-25d35786f076"
    ],
    "album": "LOOKING FOR PEOPLE TO UNFOLLOW",
    "release_id": "a95f2543-e597-4481-99b8-31e5d1d6d0b4",
    "release_group_id": "6bb975e6-7289-443d-99b8-8e19c35ee92e",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2026-05-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}