Information about plays

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

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

{
    "id": 3639316,
    "uri": "https://api.kexp.org/v2/plays/3639316/?format=api",
    "airdate": "2026-04-08T04:06:21-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8-33288421053_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8-33288421053_thumb250.jpg",
    "song": "Straight Talk",
    "track_id": "843d58d9-cf47-3ef4-8314-5f5aa48fc185",
    "recording_id": "47a6a37d-d370-429e-8a29-818ca0be5dda",
    "artist": "Yoko Ono",
    "artist_ids": [
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Onobox",
    "release_id": "57300b8c-b8c5-44e9-b919-713d1e22b1a8",
    "release_group_id": "cffdf4a1-9a8e-34a3-b865-b7f5d86758bd",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}