Information about plays

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

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

{
    "id": 3550867,
    "uri": "https://api.kexp.org/v2/plays/3550867/?format=api",
    "airdate": "2025-09-09T13:04:48-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://ia801608.us.archive.org/19/items/mbid-ce3b135e-3ef3-4089-8a88-2d9e8f92c2ca/mbid-ce3b135e-3ef3-4089-8a88-2d9e8f92c2ca-35500626399_thumb500.jpg",
    "thumbnail_uri": "https://ia601608.us.archive.org/19/items/mbid-ce3b135e-3ef3-4089-8a88-2d9e8f92c2ca/mbid-ce3b135e-3ef3-4089-8a88-2d9e8f92c2ca-35500626399_thumb250.jpg",
    "song": "Unsafe Feeling",
    "track_id": "b3c5efec-e350-44ad-868f-78e43a7a58d2",
    "recording_id": "9b496b8f-abc7-4c76-8562-3d16c0726f4b",
    "artist": "Telehealth",
    "artist_ids": [
        "c94f22ca-0965-4dee-aa71-8e15620a3779"
    ],
    "album": "Content Oscillator",
    "release_id": "ce3b135e-3ef3-4089-8a88-2d9e8f92c2ca",
    "release_group_id": "c18a9971-1fcc-49d8-a309-908c96bf09fc",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-03-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to more from Content Oscillator here, enjoy:\nhttps://telehealth.bandcamp.com/album/content-oscillator",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}