Information about plays

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

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

{
    "id": 3549469,
    "uri": "https://api.kexp.org/v2/plays/3549469/?format=api",
    "airdate": "2025-09-06T02:42:39-07:00",
    "show": 64486,
    "show_uri": "https://api.kexp.org/v2/shows/64486/?format=api",
    "image_uri": "https://coverartarchive.org/release/36f38c49-906f-47e9-89ee-dcd3c2bcfd88/26880111879-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36f38c49-906f-47e9-89ee-dcd3c2bcfd88/26880111879-250.jpg",
    "song": "As the End Draws Near",
    "track_id": null,
    "recording_id": "d5fa6b5b-f796-44fa-9d22-fcbd0ceb9268",
    "artist": "Manufacture feat. Sarah McLachlan",
    "artist_ids": [
        "91f27d24-c4a7-44f0-90d1-88b89a7a732a",
        "ce58d854-7430-4231-aa44-97f0144b3372"
    ],
    "album": "Terrorvision",
    "release_id": null,
    "release_group_id": "fc8bec2a-6182-3dcd-9ebe-0654ab12c6ac",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://manufactureband.bandcamp.com/album/terrorvision",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}