Information about plays

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

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

{
    "id": 3622020,
    "uri": "https://api.kexp.org/v2/plays/3622020/?format=api",
    "airdate": "2026-02-25T07:42:01-08:00",
    "show": 66026,
    "show_uri": "https://api.kexp.org/v2/shows/66026/?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": true,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Seattle-based Beach Vacation.Originally formed in 2012, they first received international recognition while they were just 16-17 years old. \n\nhttps://beachvacation.bandcamp.com/album/no-contact",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}