Information about plays

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

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

{
    "id": 3621620,
    "uri": "https://api.kexp.org/v2/plays/3621620/?format=api",
    "airdate": "2026-02-24T07:06:41-08:00",
    "show": 66018,
    "show_uri": "https://api.kexp.org/v2/shows/66018/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lights",
    "track_id": "487b34b2-0100-353c-941c-c5119ee2a3e1",
    "recording_id": "57f26f52-3f7d-45d8-a56a-367672412ca0",
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Interpol",
    "release_id": "a4d1744d-b55a-4895-910c-135e3547fa79",
    "release_group_id": "7d6414a9-800d-4ad1-9f6a-5b4f643fd94a",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2010-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.interpolnyc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}