Information about plays

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

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

{
    "id": 3617403,
    "uri": "https://api.kexp.org/v2/plays/3617403/?format=api",
    "airdate": "2026-02-14T14:06:30-08:00",
    "show": 65932,
    "show_uri": "https://api.kexp.org/v2/shows/65932/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-4f9612f3-673b-4245-b95e-3f2a48e76599/mbid-4f9612f3-673b-4245-b95e-3f2a48e76599-5976076640_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-4f9612f3-673b-4245-b95e-3f2a48e76599/mbid-4f9612f3-673b-4245-b95e-3f2a48e76599-5976076640_thumb250.jpg",
    "song": "Wicked Game",
    "track_id": "5743160b-818d-3368-8456-4950b0a3a400",
    "recording_id": "203ba510-daa7-4389-9ca8-0af3700ef784",
    "artist": "Chris Isaak",
    "artist_ids": [
        "479497d4-e7c2-4e78-972e-56e78fac3995"
    ],
    "album": "Heart Shaped World",
    "release_id": "4f9612f3-673b-4245-b95e-3f2a48e76599",
    "release_group_id": "f6f75c7a-f1bb-3b22-ae18-269bf5bd7f47",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1989-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chris Isaak played Agent Chet Desmond in Twin Peaks: Fire Walk With Me.\n---\nReleased as a single in July 1989, it became a sleeper hit after being featured in the 1990 David Lynch film Wild at Heart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}