Information about plays

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

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

{
    "id": 3548336,
    "uri": "https://api.kexp.org/v2/plays/3548336/?format=api",
    "airdate": "2025-09-03T07:57:58-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://ia802806.us.archive.org/9/items/mbid-24a355b3-940d-4428-b54d-d830fb5766f6/mbid-24a355b3-940d-4428-b54d-d830fb5766f6-28467463870_thumb500.jpg",
    "thumbnail_uri": "https://ia902806.us.archive.org/9/items/mbid-24a355b3-940d-4428-b54d-d830fb5766f6/mbid-24a355b3-940d-4428-b54d-d830fb5766f6-28467463870_thumb250.jpg",
    "song": "Under Pressure",
    "track_id": "3eacc500-2ccf-3875-adf5-7c64c33de736",
    "recording_id": "32c7e292-14f1-4080-bddf-ef852e0a4c59",
    "artist": "Queen & David Bowie",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3",
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hot Space",
    "release_id": "24a355b3-940d-4428-b54d-d830fb5766f6",
    "release_group_id": "3918b90b-340e-3779-9d7e-ba1593653498",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1982-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}