Information about plays

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

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

{
    "id": 3672744,
    "uri": "https://api.kexp.org/v2/plays/3672744/?format=api",
    "airdate": "2026-06-26T09:01:50-07:00",
    "show": 67090,
    "show_uri": "https://api.kexp.org/v2/shows/67090/?format=api",
    "image_uri": "https://dn711002.ca.archive.org/0/items/mbid-f3fd0ef6-c916-4630-a78e-28b4188e3b04/mbid-f3fd0ef6-c916-4630-a78e-28b4188e3b04-22472066880_thumb500.jpg",
    "thumbnail_uri": "https://dn711002.ca.archive.org/0/items/mbid-f3fd0ef6-c916-4630-a78e-28b4188e3b04/mbid-f3fd0ef6-c916-4630-a78e-28b4188e3b04-22472066880_thumb250.jpg",
    "song": "What the World Needs Now Is Love",
    "track_id": "1a44cfa7-e20b-3e28-9884-e073fab55820",
    "recording_id": "52fa79f5-9a0d-4ceb-b2ed-438382889b8e",
    "artist": "Dionne Warwick",
    "artist_ids": [
        "6784ee31-6d79-4a37-9e1f-01d6ef31940e"
    ],
    "album": "Here Where There Is Love",
    "release_id": "f3fd0ef6-c916-4630-a78e-28b4188e3b04",
    "release_group_id": "d1714d38-f703-32d2-a58f-a9a8767a9e7c",
    "labels": [],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "What the world needs now is this request from John",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}