Information about plays

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

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

{
    "id": 3638151,
    "uri": "https://api.kexp.org/v2/plays/3638151/?format=api",
    "airdate": "2026-04-05T11:08:36-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn710705.ca.archive.org/0/items/mbid-04a9e611-fe7c-365d-b554-f3f8e6fbce39/mbid-04a9e611-fe7c-365d-b554-f3f8e6fbce39-4527181529_thumb500.jpg",
    "thumbnail_uri": "https://dn710705.ca.archive.org/0/items/mbid-04a9e611-fe7c-365d-b554-f3f8e6fbce39/mbid-04a9e611-fe7c-365d-b554-f3f8e6fbce39-4527181529_thumb250.jpg",
    "song": "Woodstock",
    "track_id": "c5346d71-3eb9-37f9-a92d-550b17619fb7",
    "recording_id": "74749777-1af0-4a8f-aed5-1b1336d02ef4",
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Ladies of the Canyon",
    "release_id": "04a9e611-fe7c-365d-b554-f3f8e6fbce39",
    "release_group_id": "b04408f3-7a41-30f0-89c0-eba1efea3aae",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1990-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}