Information about plays

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

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

{
    "id": 3641056,
    "uri": "https://api.kexp.org/v2/plays/3641056/?format=api",
    "airdate": "2026-04-12T04:36:14-07:00",
    "show": 66431,
    "show_uri": "https://api.kexp.org/v2/shows/66431/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-0e5e8bf9-84f7-32d9-8bcb-902a377bcaf9/mbid-0e5e8bf9-84f7-32d9-8bcb-902a377bcaf9-44238623920_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-0e5e8bf9-84f7-32d9-8bcb-902a377bcaf9/mbid-0e5e8bf9-84f7-32d9-8bcb-902a377bcaf9-44238623920_thumb250.jpg",
    "song": "Yesterday",
    "track_id": "064f5506-eb99-4b6e-a613-dc528d1c76b0",
    "recording_id": "fe0be180-4df4-41df-9578-4651561601dd",
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "When Life Gives You Lemons, You Paint That Shit Gold",
    "release_id": "04b0349e-3791-4330-95c2-4fc2ed9b9b54",
    "release_group_id": "ff5dbd8a-e46c-3e51-b59c-e91aac5acbe4",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2008-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}