Information about plays

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

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

{
    "id": 3540195,
    "uri": "https://api.kexp.org/v2/plays/3540195/?format=api",
    "airdate": "2025-08-15T01:24:44-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia801302.us.archive.org/28/items/mbid-9deeed74-fcd8-4c7c-b2c2-774babf1ab1b/mbid-9deeed74-fcd8-4c7c-b2c2-774babf1ab1b-40684073384_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/28/items/mbid-9deeed74-fcd8-4c7c-b2c2-774babf1ab1b/mbid-9deeed74-fcd8-4c7c-b2c2-774babf1ab1b-40684073384_thumb250.jpg",
    "song": "POP POP POP",
    "track_id": "4dab4b5c-7aff-4ca3-8f74-13e48b91e039",
    "recording_id": "2f7261cc-b4fd-45ab-a805-410ee24f4cf0",
    "artist": "IDLES & Danny Brown",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af",
        "960afc67-9c21-46dd-9c7f-ff2b509e3150"
    ],
    "album": "POP POP POP",
    "release_id": "9deeed74-fcd8-4c7c-b2c2-774babf1ab1b",
    "release_group_id": "72780a5b-2e49-464e-a391-0f94e8c35aae",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-12-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}