Information about plays

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

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

{
    "id": 3624232,
    "uri": "https://api.kexp.org/v2/plays/3624232/?format=api",
    "airdate": "2026-03-02T02:11:14-08:00",
    "show": 66068,
    "show_uri": "https://api.kexp.org/v2/shows/66068/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-e7b7adc1-f14a-4b23-b729-706d8a40ee86/mbid-e7b7adc1-f14a-4b23-b729-706d8a40ee86-14511477532_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-e7b7adc1-f14a-4b23-b729-706d8a40ee86/mbid-e7b7adc1-f14a-4b23-b729-706d8a40ee86-14511477532_thumb250.jpg",
    "song": "Hello God",
    "track_id": "f81db618-6df5-30e6-8341-a7c9aa4d4497",
    "recording_id": "621ad7fb-a0fd-4c44-b94d-194cde1fb67d",
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "The Best of the Parlophone Years",
    "release_id": "e7b7adc1-f14a-4b23-b729-706d8a40ee86",
    "release_group_id": "754fc39c-bd17-48ef-b3fe-e3cea7f932b7",
    "labels": [
        "Parlophone UK"
    ],
    "label_ids": [
        "58c68bda-1fa7-48ef-93b2-aaffc30ddf1e"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}