Information about plays

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

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

{
    "id": 3575192,
    "uri": "https://api.kexp.org/v2/plays/3575192/?format=api",
    "airdate": "2025-11-07T16:28:38-08:00",
    "show": 65047,
    "show_uri": "https://api.kexp.org/v2/shows/65047/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-7f4bf24c-7d11-413e-8c92-b83d815cc5bc/mbid-7f4bf24c-7d11-413e-8c92-b83d815cc5bc-16292434366_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-7f4bf24c-7d11-413e-8c92-b83d815cc5bc/mbid-7f4bf24c-7d11-413e-8c92-b83d815cc5bc-16292434366_thumb250.jpg",
    "song": "Nurse Ratched",
    "track_id": "5f12c732-a45d-4006-966e-c31ba97acf46",
    "recording_id": "74ec631c-28af-4eec-879d-706626606a21",
    "artist": "Cherry Glazerr",
    "artist_ids": [
        "64a0c404-58af-4083-8fc6-a6725ef02ecb"
    ],
    "album": "Apocalipstick",
    "release_id": "7f4bf24c-7d11-413e-8c92-b83d815cc5bc",
    "release_group_id": "f6a18ee9-f1e5-4933-bdd8-58546fbc76f3",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2017-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl Waters hosted Cherry Glazerr in the KEXP studios back in 2019. Watch the full performance here - https://www.youtube.com/watch?v=p-zNwHUO3Sg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}