Information about plays

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

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

{
    "id": 3641352,
    "uri": "https://api.kexp.org/v2/plays/3641352/?format=api",
    "airdate": "2026-04-12T23:08:24-07:00",
    "show": 66437,
    "show_uri": "https://api.kexp.org/v2/shows/66437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lunar Reflections",
    "track_id": null,
    "recording_id": "e9af2ac7-cd88-4c15-b999-c97caf1d2670",
    "artist": "Phi‐Psonics",
    "artist_ids": [
        "76ec3245-f42b-4be0-8045-a523252dfb24"
    ],
    "album": "Octava",
    "release_id": null,
    "release_group_id": "e487d574-b4ec-42b0-ab31-4d01d22625d9",
    "labels": [
        "Gondwana Records"
    ],
    "label_ids": [
        "e1e21b32-7a3f-459f-865c-9f9b45dab41a"
    ],
    "release_date": "2023-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}