Information about plays

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

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

{
    "id": 3649355,
    "uri": "https://api.kexp.org/v2/plays/3649355/?format=api",
    "airdate": "2026-05-02T03:11:28-07:00",
    "show": 66605,
    "show_uri": "https://api.kexp.org/v2/shows/66605/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-b8cc2aec-f4eb-4e5c-9316-27cb978200a7/mbid-b8cc2aec-f4eb-4e5c-9316-27cb978200a7-26445191719_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-b8cc2aec-f4eb-4e5c-9316-27cb978200a7/mbid-b8cc2aec-f4eb-4e5c-9316-27cb978200a7-26445191719_thumb250.jpg",
    "song": "Sayonara (Full Moon version)",
    "track_id": "e935a24b-c127-4163-9aaf-bb19ed9990cc",
    "recording_id": "1b494ae6-e578-4255-b81d-7315818819a2",
    "artist": "Kate NV",
    "artist_ids": [
        "04ac4914-e6f3-4851-90e7-1d7c4e5b78cf"
    ],
    "album": "Room for the Moon",
    "release_id": "b8cc2aec-f4eb-4e5c-9316-27cb978200a7",
    "release_group_id": "d7310ca8-0140-4a58-8457-305091bd106d",
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2020-06-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}