Information about plays

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

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

{
    "id": 3641874,
    "uri": "https://api.kexp.org/v2/plays/3641874/?format=api",
    "airdate": "2026-04-14T06:44:18-07:00",
    "show": 66449,
    "show_uri": "https://api.kexp.org/v2/shows/66449/?format=api",
    "image_uri": "https://ia801909.us.archive.org/1/items/mbid-eddcb927-85e6-4ec7-a951-43851e74e3ee/mbid-eddcb927-85e6-4ec7-a951-43851e74e3ee-26653826858_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-eddcb927-85e6-4ec7-a951-43851e74e3ee/mbid-eddcb927-85e6-4ec7-a951-43851e74e3ee-26653826858_thumb250.jpg",
    "song": "Deep One Perfect Morning",
    "track_id": "fd9cc215-ba1c-3779-96b6-ec54e3eded61",
    "recording_id": "77f19e51-9c92-4c6b-8f8d-b2a71c72253a",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Darklands",
    "release_id": "eddcb927-85e6-4ec7-a951-43851e74e3ee",
    "release_group_id": "cda63ecb-5777-37e2-8aa6-32f5c93e0f9f",
    "labels": [
        "Rhino",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "2006-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1987.\n\nCheck out the official music video: https://www.youtube.com/watch?v=_w9sCTtZ9EA\n\nhttps://themarychain.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}