Information about plays

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

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

{
    "id": 3614751,
    "uri": "https://api.kexp.org/v2/plays/3614751/?format=api",
    "airdate": "2026-02-08T05:55:27-08:00",
    "show": 65876,
    "show_uri": "https://api.kexp.org/v2/shows/65876/?format=api",
    "image_uri": "https://ia800208.us.archive.org/30/items/mbid-1d2a0ff8-f0ce-4e55-9f81-031b3e3d7340/mbid-1d2a0ff8-f0ce-4e55-9f81-031b3e3d7340-1250225936_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/30/items/mbid-1d2a0ff8-f0ce-4e55-9f81-031b3e3d7340/mbid-1d2a0ff8-f0ce-4e55-9f81-031b3e3d7340-1250225936_thumb250.jpg",
    "song": "Main Title (Star Wars Theme)",
    "track_id": "7532dbec-5cf3-35b5-a7ff-e2dc06f02b16",
    "recording_id": "24ef46fd-b7aa-4f44-b334-2268c6f31224",
    "artist": "John Williams",
    "artist_ids": [
        "53b106e7-0cc6-42cc-ac95-ed8d30a3a98e"
    ],
    "album": "Star Wars: A New Hope",
    "release_id": "1d2a0ff8-f0ce-4e55-9f81-031b3e3d7340",
    "release_group_id": "80fe84a4-b606-3491-a170-f2ca17501493",
    "labels": [
        "RSO"
    ],
    "label_ids": [
        "3930d173-b232-4ff8-b2f3-568651924d98"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to John Williams!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}