Information about plays

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

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

{
    "id": 3614698,
    "uri": "https://api.kexp.org/v2/plays/3614698/?format=api",
    "airdate": "2026-02-08T02:54:26-08:00",
    "show": 65876,
    "show_uri": "https://api.kexp.org/v2/shows/65876/?format=api",
    "image_uri": "https://ia600106.us.archive.org/25/items/mbid-5f08912c-3284-4a96-a5fa-b362e3deee87/mbid-5f08912c-3284-4a96-a5fa-b362e3deee87-44279729134_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-5f08912c-3284-4a96-a5fa-b362e3deee87/mbid-5f08912c-3284-4a96-a5fa-b362e3deee87-44279729134_thumb250.jpg",
    "song": "birkenstocks",
    "track_id": "73b3ed19-e685-4cb4-9b9e-14eb315d600c",
    "recording_id": "01318858-845d-4557-945c-a5c64e688ea3",
    "artist": "vegas water taxi",
    "artist_ids": [
        "199dbfbc-4667-4322-b7f3-4ea90cda3e42"
    ],
    "album": "long time caller, first time listener",
    "release_id": "5f08912c-3284-4a96-a5fa-b362e3deee87",
    "release_group_id": "859a3120-febc-43ea-98dd-e701a2674178",
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}