Information about plays

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

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

{
    "id": 3641228,
    "uri": "https://api.kexp.org/v2/plays/3641228/?format=api",
    "airdate": "2026-04-12T15:06:37-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn711206.ca.archive.org/0/items/mbid-8a842b28-28a4-4e5b-8fd7-7db736dd21d2/mbid-8a842b28-28a4-4e5b-8fd7-7db736dd21d2-24536350938_thumb500.jpg",
    "thumbnail_uri": "https://dn711206.ca.archive.org/0/items/mbid-8a842b28-28a4-4e5b-8fd7-7db736dd21d2/mbid-8a842b28-28a4-4e5b-8fd7-7db736dd21d2-24536350938_thumb250.jpg",
    "song": "Vogue",
    "track_id": "fec63d48-618c-33aa-a2ec-cf873622454d",
    "recording_id": "265ecaf7-0c69-4edc-8015-ddf3dcdbc63d",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "I'm Breathless",
    "release_id": "4938a438-8a80-38e1-bf30-1255cc8afb4e",
    "release_group_id": "f60b509f-ab71-31ee-8dc1-2f88df9097ab",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}