Information about plays

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

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

{
    "id": 3636307,
    "uri": "https://api.kexp.org/v2/plays/3636307/?format=api",
    "airdate": "2026-04-01T04:41:13-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn711105.ca.archive.org/0/items/mbid-8a3be0f3-c237-4e0d-bdba-f82b3329a974/mbid-8a3be0f3-c237-4e0d-bdba-f82b3329a974-16252635324_thumb500.jpg",
    "thumbnail_uri": "https://ia601502.us.archive.org/30/items/mbid-8a3be0f3-c237-4e0d-bdba-f82b3329a974/mbid-8a3be0f3-c237-4e0d-bdba-f82b3329a974-16252635324_thumb250.jpg",
    "song": "Songs That She Sang in the Shower",
    "track_id": "21995203-a43a-4e4f-b4ca-053ede59e3d8",
    "recording_id": "60f7ba59-5a9b-42d2-beec-086bdb6aa3fe",
    "artist": "Jason Isbell",
    "artist_ids": [
        "4c501a41-5f23-41c9-a36a-5b86e894e08d"
    ],
    "album": "Southeastern",
    "release_id": "8a3be0f3-c237-4e0d-bdba-f82b3329a974",
    "release_group_id": "47e4fe0d-8be7-4bdc-b5e7-5b0409ed6afc",
    "labels": [
        "Southeastern Records"
    ],
    "label_ids": [
        "e0be67f0-048c-4bc6-a2b2-7a2199f78be1"
    ],
    "release_date": "2013-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}