Information about plays

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

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

{
    "id": 3640932,
    "uri": "https://api.kexp.org/v2/plays/3640932/?format=api",
    "airdate": "2026-04-11T21:29:09-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-47651943-21e5-4525-8d3e-c4c4b720c754/mbid-47651943-21e5-4525-8d3e-c4c4b720c754-22460864394_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-47651943-21e5-4525-8d3e-c4c4b720c754/mbid-47651943-21e5-4525-8d3e-c4c4b720c754-22460864394_thumb250.jpg",
    "song": "Second Skin",
    "track_id": "2cacc471-d473-4883-a4a8-94e7eed6e56e",
    "recording_id": "a0e5c70c-a0de-4f38-ab18-6348b7a8c0dd",
    "artist": "The Gits",
    "artist_ids": [
        "b916a410-ee27-4f15-92ce-1ce2b60e7697"
    ],
    "album": "Frenching the Bully (re-remixed and remastered)",
    "release_id": "8a25e77b-9225-4eba-bbf9-b42e0c5a47af",
    "release_group_id": "95ee3cbb-63da-4365-9454-6161b69015b9",
    "labels": [
        "Broken Rekids"
    ],
    "label_ids": [
        "93c2f4cd-a727-4146-b909-efd41e9eae44"
    ],
    "release_date": "2003-06-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}