Information about plays

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

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

{
    "id": 3547375,
    "uri": "https://api.kexp.org/v2/plays/3547375/?format=api",
    "airdate": "2025-09-01T01:13:01-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://ia601501.us.archive.org/17/items/mbid-5ede92ed-f0b5-430e-94c9-c426e6ce04be/mbid-5ede92ed-f0b5-430e-94c9-c426e6ce04be-42468332572_thumb500.jpg",
    "thumbnail_uri": "https://ia601501.us.archive.org/17/items/mbid-5ede92ed-f0b5-430e-94c9-c426e6ce04be/mbid-5ede92ed-f0b5-430e-94c9-c426e6ce04be-42468332572_thumb250.jpg",
    "song": "Taka",
    "track_id": "4b1f6614-b20e-49a7-81d4-96315f62d478",
    "recording_id": "07518b10-bd8e-4b78-93c9-4a56e6d42f2b",
    "artist": "Pino Palladino & Blake Mills",
    "artist_ids": [
        "0dfd6aab-9056-4764-89b0-80bee7c9f998",
        "c13101d0-cc31-4df3-a156-b9a29ca39825"
    ],
    "album": "That Wasn't A Dream",
    "release_id": "5ede92ed-f0b5-430e-94c9-c426e6ce04be",
    "release_group_id": "48e7b851-149d-4123-a8f6-8d5ab9d79912",
    "labels": [
        "impulse!",
        "New Deal"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9",
        "e472e1b5-6668-4af6-9400-c944e679d0b9"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}