Information about plays

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

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

{
    "id": 3630355,
    "uri": "https://api.kexp.org/v2/plays/3630355/?format=api",
    "airdate": "2026-03-17T22:47:05-07:00",
    "show": 66210,
    "show_uri": "https://api.kexp.org/v2/shows/66210/?format=api",
    "image_uri": "https://ia600503.us.archive.org/29/items/mbid-6066a2f6-92e9-49bc-90fe-a214ef7ee45b/mbid-6066a2f6-92e9-49bc-90fe-a214ef7ee45b-12518502690_thumb500.jpg",
    "thumbnail_uri": "https://dn710901.ca.archive.org/0/items/mbid-6066a2f6-92e9-49bc-90fe-a214ef7ee45b/mbid-6066a2f6-92e9-49bc-90fe-a214ef7ee45b-12518502690_thumb250.jpg",
    "song": "Diversion",
    "track_id": "84bc4b46-24c2-4b3e-a7c1-286969401fa4",
    "recording_id": "302fc5e7-d11e-4e3f-8237-161fbc5b8e3c",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Emotional Mugger",
    "release_id": "6066a2f6-92e9-49bc-90fe-a214ef7ee45b",
    "release_group_id": "3c3ca8ad-514b-47ed-af80-6cc3036f8283",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}