Information about plays

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

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

{
    "id": 3611456,
    "uri": "https://api.kexp.org/v2/plays/3611456/?format=api",
    "airdate": "2026-01-31T15:22:34-08:00",
    "show": 65805,
    "show_uri": "https://api.kexp.org/v2/shows/65805/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Contact",
    "track_id": "0dd3b6e5-6264-46c6-9f66-7d2af74f0394",
    "recording_id": "08be68d8-686b-41df-b8f5-91c1e1c1c538",
    "artist": "Beach Vacation",
    "artist_ids": [
        "a89df1d6-b386-4141-878a-c778b8d5452e"
    ],
    "album": "No Contact",
    "release_id": "5bd3644b-7388-43cf-8409-49b8b94d038f",
    "release_group_id": "f06b6791-b5b9-4443-9636-66d4fec2968b",
    "labels": [
        "16 Entertainment LLC"
    ],
    "label_ids": [
        "976f0a8c-2a25-4fc1-b925-413c90a1650f"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}