Information about plays

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

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

{
    "id": 3626094,
    "uri": "https://api.kexp.org/v2/plays/3626094/?format=api",
    "airdate": "2026-03-06T18:13:51-08:00",
    "show": 66108,
    "show_uri": "https://api.kexp.org/v2/shows/66108/?format=api",
    "image_uri": "https://dn720707.ca.archive.org/0/items/mbid-35c23d9f-9765-42c2-9ef4-f28fa61c11a3/mbid-35c23d9f-9765-42c2-9ef4-f28fa61c11a3-44528415048_thumb500.jpg",
    "thumbnail_uri": "https://dn720707.ca.archive.org/0/items/mbid-35c23d9f-9765-42c2-9ef4-f28fa61c11a3/mbid-35c23d9f-9765-42c2-9ef4-f28fa61c11a3-44528415048_thumb250.jpg",
    "song": "Are You Listening Yet?",
    "track_id": "bd2437b2-9b87-4db2-b769-fb397250d490",
    "recording_id": "b009d3d9-5ce3-4fdb-b464-7262f3a7ab62",
    "artist": "Harry Styles",
    "artist_ids": [
        "7eb1ce54-a355-41f9-8d68-e018b096d427"
    ],
    "album": "Kiss All the Time. Disco, Occasionally.",
    "release_id": "35c23d9f-9765-42c2-9ef4-f28fa61c11a3",
    "release_group_id": "8676b232-108c-4229-be09-f1b09b0ec5f6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2026-03-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NEW RELEASE!\n\nhave you listened yet?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}