Information about plays

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

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

{
    "id": 3589967,
    "uri": "https://api.kexp.org/v2/plays/3589967/?format=api",
    "airdate": "2025-12-12T02:10:37-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ladida",
    "track_id": "47de42a1-9602-465c-aa4e-d6a2ad71e2e2",
    "recording_id": "de6bdf58-5d35-4b8d-8316-c3e1c813cdda",
    "artist": "Rochelle Jordan",
    "artist_ids": [
        "0e0d5912-4026-47ef-be1c-c876c7108dd2"
    ],
    "album": "Through the Wall",
    "release_id": "3d6e6b2b-a9d7-41bc-8aae-c10f28eb36ee",
    "release_group_id": "1a0df0f5-c16e-4799-8d9e-fdd28c87a531",
    "labels": [
        "Empire"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}