Information about plays

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

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

{
    "id": 3630759,
    "uri": "https://api.kexp.org/v2/plays/3630759/?format=api",
    "airdate": "2026-03-18T21:01:44-07:00",
    "show": 66217,
    "show_uri": "https://api.kexp.org/v2/shows/66217/?format=api",
    "image_uri": "https://dn710001.ca.archive.org/0/items/mbid-5836d1d9-64b9-4ef9-8e75-5c38fe4d9024/mbid-5836d1d9-64b9-4ef9-8e75-5c38fe4d9024-33130124429_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-5836d1d9-64b9-4ef9-8e75-5c38fe4d9024/mbid-5836d1d9-64b9-4ef9-8e75-5c38fe4d9024-33130124429_thumb250.jpg",
    "song": "Slow",
    "track_id": "f3b7fd06-d205-3cce-9d53-05fe668e4ed4",
    "recording_id": "3ad0ec9b-06cd-4a63-a03a-058ab4125cee",
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "You Made Me Realise",
    "release_id": "5836d1d9-64b9-4ef9-8e75-5c38fe4d9024",
    "release_group_id": "d76912e5-b648-32a5-b521-384be78266d5",
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1988-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MBV's first on Creation Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}