Information about plays

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

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

{
    "id": 3608985,
    "uri": "https://api.kexp.org/v2/plays/3608985/?format=api",
    "airdate": "2026-01-25T13:48:38-08:00",
    "show": 65752,
    "show_uri": "https://api.kexp.org/v2/shows/65752/?format=api",
    "image_uri": "https://dn721204.ca.archive.org/0/items/mbid-44a023cf-5e1e-4f5e-b455-01e69528d19f/mbid-44a023cf-5e1e-4f5e-b455-01e69528d19f-17860546840_thumb500.jpg",
    "thumbnail_uri": "https://dn721204.ca.archive.org/0/items/mbid-44a023cf-5e1e-4f5e-b455-01e69528d19f/mbid-44a023cf-5e1e-4f5e-b455-01e69528d19f-17860546840_thumb250.jpg",
    "song": "Standing In the Middle of the Field",
    "track_id": "782df797-e301-4419-91bc-505e7605b10c",
    "recording_id": "b2809eeb-afaa-4217-a170-303e9aba36c8",
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "Haiku From Zero",
    "release_id": "44a023cf-5e1e-4f5e-b455-01e69528d19f",
    "release_group_id": "6cd61135-a165-49ab-a083-ff37577d03a4",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Melbourne, Australia.\n\nhttps://cutcopy.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}