Information about plays

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

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

{
    "id": 3639106,
    "uri": "https://api.kexp.org/v2/plays/3639106/?format=api",
    "airdate": "2026-04-07T15:46:29-07:00",
    "show": 66392,
    "show_uri": "https://api.kexp.org/v2/shows/66392/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-b52e877e-c21f-4c5f-8de7-b044fa6eb52d/mbid-b52e877e-c21f-4c5f-8de7-b044fa6eb52d-16253833614_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-b52e877e-c21f-4c5f-8de7-b044fa6eb52d/mbid-b52e877e-c21f-4c5f-8de7-b044fa6eb52d-16253833614_thumb250.jpg",
    "song": "All Your Lies",
    "track_id": "ca870b28-96ea-4f07-bde3-aa1382094608",
    "recording_id": "53b1151c-1961-42b3-a9f2-7c9a06d1347c",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Ultramega OK",
    "release_id": "b52e877e-c21f-4c5f-8de7-b044fa6eb52d",
    "release_group_id": "ea22eb82-c3b2-32c6-84cf-10f7e28b0230",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-03-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.subpop.com/releases/soundgarden/ultramega_ok_expanded_reissue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}