Information about plays

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

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

{
    "id": 3589161,
    "uri": "https://api.kexp.org/v2/plays/3589161/?format=api",
    "airdate": "2025-12-10T02:00:40-08:00",
    "show": 65336,
    "show_uri": "https://api.kexp.org/v2/shows/65336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "HEAVEN KNOWS",
    "track_id": "3713ffa3-1c96-45fc-aa4f-fee0a30dd3b7",
    "recording_id": "1caf7ced-8190-4832-867f-ad02ae56d7da",
    "artist": "Sudan Archives",
    "artist_ids": [
        "6ce5eca0-4ad6-49e0-a5ab-e11482d85324"
    ],
    "album": "THE BPM",
    "release_id": "86c0eceb-c48e-42d0-8d6a-38383fe7bcb0",
    "release_group_id": "f9e98ca4-0311-4f33-961f-f41154271ef0",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "THE BPM is a great 2025 album. \n\nSudan Archives is coming to the PNW in February 2026: 2/14 in Seattle (Neptune Theatre), 2/15 in Vancouver, BC (The Pearl).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}