Information about plays

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

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

{
    "id": 3545569,
    "uri": "https://api.kexp.org/v2/plays/3545569/?format=api",
    "airdate": "2025-08-27T17:34:21-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia801305.us.archive.org/26/items/mbid-92ab207e-3702-45b7-a00c-5e0a2089e6d8/mbid-92ab207e-3702-45b7-a00c-5e0a2089e6d8-38266487439_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/26/items/mbid-92ab207e-3702-45b7-a00c-5e0a2089e6d8/mbid-92ab207e-3702-45b7-a00c-5e0a2089e6d8-38266487439_thumb250.jpg",
    "song": "Flea",
    "track_id": "aef8b60d-c3ea-4789-99c9-f0b88f5a2af4",
    "recording_id": "1ac4d158-16fa-4546-8e04-1fda50fde21d",
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "All Born Screaming",
    "release_id": "92ab207e-3702-45b7-a00c-5e0a2089e6d8",
    "release_group_id": "9eae5bc4-4c1c-4a6c-9aeb-145eb02f2a03",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Cade in memory of his old Boss, Geoff!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}