Information about plays

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

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

{
    "id": 3634879,
    "uri": "https://api.kexp.org/v2/plays/3634879/?format=api",
    "airdate": "2026-03-28T22:25:08-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bla-Bla",
    "track_id": null,
    "recording_id": "3e32ce6f-9e45-430c-a7de-5109acb2f0da",
    "artist": "Pink Plastic & Panties",
    "artist_ids": [
        "712a7079-4ad3-4282-935b-439a8a2b73f1"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Waiting Room Records"
    ],
    "label_ids": [
        "4cc45505-fbe5-4e2b-a805-5ff9bbb28a59"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1980, this track is the A-side of the only 7\" single by this all-female punk/new wave quintet from Eindhoven, Netherlands.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}