Information about plays

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

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

{
    "id": 3546113,
    "uri": "https://api.kexp.org/v2/plays/3546113/?format=api",
    "airdate": "2025-08-29T02:13:30-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://ia802908.us.archive.org/18/items/mbid-c2b99ec3-2761-4874-bd22-8890ef358119/mbid-c2b99ec3-2761-4874-bd22-8890ef358119-3128751725_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/18/items/mbid-c2b99ec3-2761-4874-bd22-8890ef358119/mbid-c2b99ec3-2761-4874-bd22-8890ef358119-3128751725_thumb250.jpg",
    "song": "I’m So Tired",
    "track_id": "bfebc8d9-cd3d-3f90-90d0-e4915b0e2824",
    "recording_id": "ad8ae8e8-e147-489e-8259-b3778e7557b5",
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "Instrument Soundtrack",
    "release_id": "c2b99ec3-2761-4874-bd22-8890ef358119",
    "release_group_id": "8525edf9-61aa-3500-8627-34ca597fed29",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1999-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}