Information about plays

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

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

{
    "id": 3593537,
    "uri": "https://api.kexp.org/v2/plays/3593537/?format=api",
    "airdate": "2025-12-20T16:18:54-08:00",
    "show": 65431,
    "show_uri": "https://api.kexp.org/v2/shows/65431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Grow and You'll See the Fruit",
    "track_id": "d26429b4-7fe8-45b1-bf31-5cc14dd01a5b",
    "recording_id": "9246c0de-76d9-468f-9f77-65e448da6a52",
    "artist": "Dry Cleaning",
    "artist_ids": [
        "8a74e5ea-6f68-49e1-951c-80d2291f7c3f"
    ],
    "album": "Secret Love",
    "release_id": "f6fcbfaa-3417-4524-8703-96981ae0b7c4",
    "release_group_id": "2180190f-2ef6-4b9e-8f90-ef8cc3179ecd",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2026-01-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}