Information about plays

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

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

{
    "id": 3542072,
    "uri": "https://api.kexp.org/v2/plays/3542072/?format=api",
    "airdate": "2025-08-19T13:05:15-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-754bfa9c-a4f5-4c18-a290-086bfc410a3a/mbid-754bfa9c-a4f5-4c18-a290-086bfc410a3a-42712579838_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-754bfa9c-a4f5-4c18-a290-086bfc410a3a/mbid-754bfa9c-a4f5-4c18-a290-086bfc410a3a-42712579838_thumb250.jpg",
    "song": "Dunes of Djoser",
    "track_id": "7c14bd80-56ce-46ed-b313-1a106c2ad71a",
    "recording_id": "0ae4bdfa-478e-4cac-9ab2-71b5c56edd3f",
    "artist": "Arc De Soleil",
    "artist_ids": [
        "140bd83c-475b-4eb3-bf82-27ff4dc92abc"
    ],
    "album": "Lumin Rain",
    "release_id": "754bfa9c-a4f5-4c18-a290-086bfc410a3a",
    "release_group_id": "76260cd8-4f5f-4f43-b45f-d6a2a2502a82",
    "labels": [
        "Maison Records"
    ],
    "label_ids": [
        "f46be6fc-20a7-4ba8-8b29-e08516c77964"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arc De Soleil will be performing \n@ Wonder Ballroom in Portland on September 15th!\n@ The Showbox in Seattle on September 16th!\n@ Portola Festival and Regency Ballroom in San Francisco on September 20th!\nMore tour dates: https://www.arcdesoleil.com/#touring-section",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}