Information about plays

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

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

{
    "id": 3619815,
    "uri": "https://api.kexp.org/v2/plays/3619815/?format=api",
    "airdate": "2026-02-20T06:43:44-08:00",
    "show": 65980,
    "show_uri": "https://api.kexp.org/v2/shows/65980/?format=api",
    "image_uri": "https://dn710101.ca.archive.org/0/items/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f-9819639392_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f-9819639392_thumb250.jpg",
    "song": "All Apologies",
    "track_id": "43bc46bb-ee46-3a78-88ab-deef1d11ee87",
    "recording_id": "7c828bd0-685e-41af-b34d-f5eaf1743b77",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "In Utero",
    "release_id": "6ddad044-c72c-3eb9-8ae7-45f783a92e0f",
    "release_group_id": "2a0981fb-9593-3019-864b-ce934d97a16e",
    "labels": [
        "Geffen Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1993-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Kurt Cobain was born on this day in 1967. He'd be 59 today (d. April 5, 1994 age 27).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}