Information about plays

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

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

{
    "id": 3641432,
    "uri": "https://api.kexp.org/v2/plays/3641432/?format=api",
    "airdate": "2026-04-13T04:36:47-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://dn710806.ca.archive.org/0/items/mbid-7a1f0454-885e-4b5f-9d2c-6af01f487c36/mbid-7a1f0454-885e-4b5f-9d2c-6af01f487c36-3357465328_thumb500.jpg",
    "thumbnail_uri": "https://dn710806.ca.archive.org/0/items/mbid-7a1f0454-885e-4b5f-9d2c-6af01f487c36/mbid-7a1f0454-885e-4b5f-9d2c-6af01f487c36-3357465328_thumb250.jpg",
    "song": "Hourglass",
    "track_id": "08904467-2f15-4d6a-85ce-9d9695454567",
    "recording_id": "80510570-46c9-456e-8620-a0b6408e988e",
    "artist": "The Bees",
    "artist_ids": [
        "276cfa71-caa8-4bf4-b522-39a8086e7c6b"
    ],
    "album": "Free the Bees",
    "release_id": "6ff8b5cf-4bfe-4af0-b167-fdbb4819acd0",
    "release_group_id": "3c4a80da-a5df-3de4-b388-7522abaccacc",
    "labels": [
        "Virgin America",
        "Astralwerks",
        "EMI"
    ],
    "label_ids": [
        "47b84b3b-889e-4c66-80f0-afd58a1d304b",
        "60f3af98-d6ca-4995-a9b5-b93924e2405f",
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}