Information about plays

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

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

{
    "id": 3547383,
    "uri": "https://api.kexp.org/v2/plays/3547383/?format=api",
    "airdate": "2025-09-01T01:46:55-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://ia803104.us.archive.org/21/items/mbid-d6e0b54c-8a32-4b26-ac77-cbc31cf7465e/mbid-d6e0b54c-8a32-4b26-ac77-cbc31cf7465e-24458802210_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/21/items/mbid-d6e0b54c-8a32-4b26-ac77-cbc31cf7465e/mbid-d6e0b54c-8a32-4b26-ac77-cbc31cf7465e-24458802210_thumb250.jpg",
    "song": "Look For The Silver Lining",
    "track_id": "b64cfc48-74b0-4459-8322-76b576f118c1",
    "recording_id": "150a0f2d-6503-489a-96de-145761fc5269",
    "artist": "Dave Brubeck",
    "artist_ids": [
        "de0222a6-e1c4-403d-8b01-3f66d505061b"
    ],
    "album": "West Coast Jazz",
    "release_id": "d6e0b54c-8a32-4b26-ac77-cbc31cf7465e",
    "release_group_id": "349c916a-09db-4c4e-85bf-65d08d819f88",
    "labels": [
        "Hear Music"
    ],
    "label_ids": [
        "dd3af2fc-d94b-44f0-8aa3-78c5d3246001"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Brandon In Ballard, this ones for You",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}