Information about plays

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

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

{
    "id": 3598708,
    "uri": "https://api.kexp.org/v2/plays/3598708/?format=api",
    "airdate": "2026-01-01T05:50:50-08:00",
    "show": 65530,
    "show_uri": "https://api.kexp.org/v2/shows/65530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rest Here",
    "track_id": "ce7fbef9-d852-4933-a71d-449f5532698c",
    "recording_id": "113b63a8-b4ca-44ce-b241-a31db3b3e883",
    "artist": "Car Culture",
    "artist_ids": [
        "5f1a871f-0e8a-467e-846e-8f60fff4815d"
    ],
    "album": "Rest Here",
    "release_id": "c6dbc60f-5475-4a92-ba75-b96804e8e235",
    "release_group_id": "0e48a9f3-1cb4-4648-a8d0-9e5d3b8f1ed4",
    "labels": [
        "NAFF"
    ],
    "label_ids": [
        "8546c2f5-488c-442b-92a9-ce7021d4ec93"
    ],
    "release_date": "2025-10-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Car Culture is an alias of Daniel Fisher, a Queens, NY-based DJ, producer, and musician best known as Physical Therapy who also runs the Allergy Season label",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}