Information about plays

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

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

{
    "id": 3547449,
    "uri": "https://api.kexp.org/v2/plays/3547449/?format=api",
    "airdate": "2025-09-01T05:47:29-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?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": "Blinding Hour",
    "track_id": "41de3dd4-75d6-4721-b49d-bbc6a2bcbc9d",
    "recording_id": "279f6967-4e18-4eaf-a8c3-5e04a34bba9c",
    "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": "Telehealth describes themselves as \"an unpredictable pop band with heavy nods to post-punk, minimal synth, egg-punk, new wave, art rock, glam, and krautrock.\"\n\nhttps://telehealth.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}