Information about plays

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

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

{
    "id": 3638487,
    "uri": "https://api.kexp.org/v2/plays/3638487/?format=api",
    "airdate": "2026-04-06T04:30:15-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/715776cc-11b2-424f-8b3a-c36545156d47/17954238012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/715776cc-11b2-424f-8b3a-c36545156d47/17954238012-250.jpg",
    "song": "Channel Pressure",
    "track_id": null,
    "recording_id": null,
    "artist": "Ford & Lopatin",
    "artist_ids": [
        "57e21541-b070-4a7a-81f0-7988548f0f78"
    ],
    "album": "Channel Pressure",
    "release_id": null,
    "release_group_id": "f37ee031-8fa4-4aa8-a9a7-003893011760",
    "labels": [
        "Software"
    ],
    "label_ids": [
        "8e8c2602-6bec-41d9-8302-095517f55673"
    ],
    "release_date": "2011-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The glossy '80s-indebted synth pop duo of Joel Ford and Daniel Lopatin aka Oneohtrix Point Never",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}