Information about plays

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

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

{
    "id": 3627302,
    "uri": "https://api.kexp.org/v2/plays/3627302/?format=api",
    "airdate": "2026-03-10T04:13:14-07:00",
    "show": 66141,
    "show_uri": "https://api.kexp.org/v2/shows/66141/?format=api",
    "image_uri": "https://coverartarchive.org/release/a942130d-bf15-4a5b-9903-a2bd69792e0a/27572658405-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a942130d-bf15-4a5b-9903-a2bd69792e0a/27572658405-250.jpg",
    "song": "Pilot Jones",
    "track_id": null,
    "recording_id": "e094de66-0adf-4879-b6d9-64d2a156315b",
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "channel ORANGE",
    "release_id": null,
    "release_group_id": "f8f4167d-897c-4b25-a171-638374d1dfa4",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this track from Frank Ocean’s 2012 'Channel Orange' album, he discusses the topic of first love and compares it with a drug by using the double entendre Pilot Jones. This is because a pilot is one who drives or steers, likening how lovers are “jonesing” or craving each other to a pilot that is driving them toward each other. Alternatively, a pilot episode is the first in any line of a TV series, hinting at this being a first.\n\nhttps://bandcamp.com/tag/frank-ocean",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}