Information about plays

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

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

{
    "id": 3640102,
    "uri": "https://api.kexp.org/v2/plays/3640102/?format=api",
    "airdate": "2026-04-10T01:11:53-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/074d7cd0-e1c7-4ba2-a02c-8dd867186a57/36674539783-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/074d7cd0-e1c7-4ba2-a02c-8dd867186a57/36674539783-250.jpg",
    "song": "Moments In Love (Quiet Storm Version)",
    "track_id": null,
    "recording_id": "aec609f1-7da2-464d-92f3-49efddde1976",
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "Moments in Love",
    "release_id": null,
    "release_group_id": "a62bcca5-cbf4-3c7e-a3cc-a16e47a013fe",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}