Information about plays

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

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

{
    "id": 3571065,
    "uri": "https://api.kexp.org/v2/plays/3571065/?format=api",
    "airdate": "2025-10-28T15:53:23-07:00",
    "show": 64958,
    "show_uri": "https://api.kexp.org/v2/shows/64958/?format=api",
    "image_uri": "https://dn721706.ca.archive.org/0/items/mbid-6fb7e1f5-4f6a-4b43-bd11-87f1fff404c9/mbid-6fb7e1f5-4f6a-4b43-bd11-87f1fff404c9-23722152963_thumb500.jpg",
    "thumbnail_uri": "https://dn721706.ca.archive.org/0/items/mbid-6fb7e1f5-4f6a-4b43-bd11-87f1fff404c9/mbid-6fb7e1f5-4f6a-4b43-bd11-87f1fff404c9-23722152963_thumb250.jpg",
    "song": "4th Chamber",
    "track_id": "f9607ef3-1d29-4ad2-ae18-847e7d9a6250",
    "recording_id": "4f5a4906-b4be-4ce5-bc26-a3b171c91dc2",
    "artist": "El Michels Affair",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900"
    ],
    "album": "Return to the 37th Chamber",
    "release_id": "6fb7e1f5-4f6a-4b43-bd11-87f1fff404c9",
    "release_group_id": "f0143550-a12e-43d4-aa97-223f74f8b12f",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}