Information about plays

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

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

{
    "id": 3611317,
    "uri": "https://api.kexp.org/v2/plays/3611317/?format=api",
    "airdate": "2026-01-31T06:24:14-08:00",
    "show": 65800,
    "show_uri": "https://api.kexp.org/v2/shows/65800/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-5319eafa-65e6-4115-826e-f6131306760a/mbid-5319eafa-65e6-4115-826e-f6131306760a-24965253359_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-5319eafa-65e6-4115-826e-f6131306760a/mbid-5319eafa-65e6-4115-826e-f6131306760a-24965253359_thumb250.jpg",
    "song": "Love Is Everywhere (Beware)",
    "track_id": "26e29cb7-08d9-4164-abf7-0258029c11f0",
    "recording_id": "ea0ac16b-1710-4bfc-aac3-abe9c023d780",
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Ode to Joy",
    "release_id": "f6f7baea-0f48-4a7f-9109-aa992e61f611",
    "release_group_id": "ff16aeb5-f7f8-4987-94a1-bac0bd574f2e",
    "labels": [
        "dBpm Records"
    ],
    "label_ids": [
        "e57766cd-f855-46ae-ad7a-09b491cd4f71"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}