Information about plays

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

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

{
    "id": 3631743,
    "uri": "https://api.kexp.org/v2/plays/3631743/?format=api",
    "airdate": "2026-03-21T01:41:36-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6ef20bd-91a9-43ee-a7e0-7eca43f365cf/44262221808-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6ef20bd-91a9-43ee-a7e0-7eca43f365cf/44262221808-250.jpg",
    "song": "Pay No Mind",
    "track_id": null,
    "recording_id": "8fe37f52-fdb8-41e1-b12f-aaf7144d4580",
    "artist": "Weird Nightmare",
    "artist_ids": [
        "846693e7-792d-419d-b4c4-3810053f44f9"
    ],
    "album": "Hoopla",
    "release_id": null,
    "release_group_id": "190da51b-13f3-4c5e-ab6a-23eeadcbf187",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jim Eno produced this forthcoming record!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}