Information about plays

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

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

{
    "id": 3561265,
    "uri": "https://api.kexp.org/v2/plays/3561265/?format=api",
    "airdate": "2025-10-04T16:10:06-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia903208.us.archive.org/24/items/mbid-3e3f042a-8bd3-3a2e-84ed-6b3c06f4c0e7/mbid-3e3f042a-8bd3-3a2e-84ed-6b3c06f4c0e7-7905497944_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/24/items/mbid-3e3f042a-8bd3-3a2e-84ed-6b3c06f4c0e7/mbid-3e3f042a-8bd3-3a2e-84ed-6b3c06f4c0e7-7905497944_thumb250.jpg",
    "song": "Close to Me (Closer mix)",
    "track_id": "6f740a6a-9244-367a-9bfa-44c4b9eb0542",
    "recording_id": "b4fe2ad2-bc13-4792-9435-cbe4d62be30f",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Mixed Up",
    "release_id": "3e3f042a-8bd3-3a2e-84ed-6b3c06f4c0e7",
    "release_group_id": "f9f0d9e9-0e23-3634-bf9b-6faf3526f641",
    "labels": [
        "Elektra",
        "Fiction",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9",
        "df7d4cc5-e131-43a3-a398-5322ceded8bc",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#700 The Cure - Mixed up (Compilation)\n\nDonate to KEXP now!\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}