Information about plays

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

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

{
    "id": 3637155,
    "uri": "https://api.kexp.org/v2/plays/3637155/?format=api",
    "airdate": "2026-04-03T05:40:35-07:00",
    "show": 66351,
    "show_uri": "https://api.kexp.org/v2/shows/66351/?format=api",
    "image_uri": "https://dn710705.ca.archive.org/0/items/mbid-12e5e43e-4283-4acd-87fe-5bf702ef0b7b/mbid-12e5e43e-4283-4acd-87fe-5bf702ef0b7b-2197457971_thumb500.jpg",
    "thumbnail_uri": "https://dn710705.ca.archive.org/0/items/mbid-12e5e43e-4283-4acd-87fe-5bf702ef0b7b/mbid-12e5e43e-4283-4acd-87fe-5bf702ef0b7b-2197457971_thumb250.jpg",
    "song": "Telepath",
    "track_id": "2c6531a3-8dd4-3f35-ba9c-61ea793b1e17",
    "recording_id": "0d5ea5bd-8499-4b80-a4f7-78de3e55cf26",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Forget Yourself",
    "release_id": "12e5e43e-4283-4acd-87fe-5bf702ef0b7b",
    "release_group_id": "11192ca1-c8b5-35d6-bb3b-4c1d3d4df867",
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deep cut from 2003 album, Forget Yourself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}