Information about plays

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

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

{
    "id": 3621979,
    "uri": "https://api.kexp.org/v2/plays/3621979/?format=api",
    "airdate": "2026-02-25T05:08:28-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-23065f5c-e715-4bcf-93c9-a0e2a1d74fa7/mbid-23065f5c-e715-4bcf-93c9-a0e2a1d74fa7-34937328224_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-23065f5c-e715-4bcf-93c9-a0e2a1d74fa7/mbid-23065f5c-e715-4bcf-93c9-a0e2a1d74fa7-34937328224_thumb250.jpg",
    "song": "That’s Entertainment",
    "track_id": "40b351e7-06dc-4e57-9033-0fa05631a34f",
    "recording_id": "72b5bbc7-8a3b-4e36-be53-58b01c692bab",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Sound Affects",
    "release_id": "23065f5c-e715-4bcf-93c9-a0e2a1d74fa7",
    "release_group_id": "720d64da-e200-3bea-ae34-9cc0ea83c66e",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1977, The Jam signed to Polydor Records UK for £6,000 ($10,200).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}