Information about plays

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

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

{
    "id": 3636492,
    "uri": "https://api.kexp.org/v2/plays/3636492/?format=api",
    "airdate": "2026-04-01T15:11:46-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-024507aa-efcd-4cc8-84ab-7ffd4cfa5bcb/mbid-024507aa-efcd-4cc8-84ab-7ffd4cfa5bcb-23540728105_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-024507aa-efcd-4cc8-84ab-7ffd4cfa5bcb/mbid-024507aa-efcd-4cc8-84ab-7ffd4cfa5bcb-23540728105_thumb250.jpg",
    "song": "So Wat Cha Sayin’",
    "track_id": "ebbd45e2-bee0-349e-a792-67e9d9d5cc2c",
    "recording_id": "4989169d-ba13-4884-a545-cf8873db0756",
    "artist": "EPMD",
    "artist_ids": [
        "4fa39dc8-c695-4e0e-ba04-92c63d99c9f9"
    ],
    "album": "Unfinished Business",
    "release_id": "7b29920b-1030-3fd2-8673-5ff9cd695001",
    "release_group_id": "4942345f-cc1f-3605-8c74-d731e5e8d6fb",
    "labels": [
        "Indisc"
    ],
    "label_ids": [
        "75c2d95b-4e16-4519-b04f-ffcc1925846c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to this album.  EPMD released their second album, \"Unfinished Business,\" on this date in 1989.\n--\nEPMD stands for \"Erick and Parrish Making Dollars\" referring to its members Erick Sermon and Parrish Smith.\n--\nWatch the official video here: https://www.youtube.com/watch?v=UiR_dkuaYTM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}