Information about plays

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

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

{
    "id": 3639786,
    "uri": "https://api.kexp.org/v2/plays/3639786/?format=api",
    "airdate": "2026-04-09T07:13:12-07:00",
    "show": 66406,
    "show_uri": "https://api.kexp.org/v2/shows/66406/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-aa51443e-ec84-4703-b8b7-b4e219aefda3/mbid-aa51443e-ec84-4703-b8b7-b4e219aefda3-17419816992_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-aa51443e-ec84-4703-b8b7-b4e219aefda3/mbid-aa51443e-ec84-4703-b8b7-b4e219aefda3-17419816992_thumb250.jpg",
    "song": "Candy-O",
    "track_id": "ccffbb6c-35fe-43a8-86f2-0a79cc9866b9",
    "recording_id": "dfb75b13-0719-406d-83f5-31e554db6bfa",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Candy‐O",
    "release_id": "aa51443e-ec84-4703-b8b7-b4e219aefda3",
    "release_group_id": "a5af2abc-fa10-3b5d-90f0-a64575866ac8",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2017-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The woman laying on Ferrari in the album cover, Candy Moore, inspired the name for this song. Written by Ric Ocasek, \"Candy-O\" was sung by basset Benjamin Orr and featured a guitar solo from Elliot Easton.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}