Information about plays

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

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

{
    "id": 3540667,
    "uri": "https://api.kexp.org/v2/plays/3540667/?format=api",
    "airdate": "2025-08-16T06:35:33-07:00",
    "show": 64302,
    "show_uri": "https://api.kexp.org/v2/shows/64302/?format=api",
    "image_uri": "https://coverartarchive.org/release/c00d5b2e-dc69-3c93-a0bd-74cb390f9fa4/41615183243-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c00d5b2e-dc69-3c93-a0bd-74cb390f9fa4/41615183243-250.jpg",
    "song": "Dialogues",
    "track_id": null,
    "recording_id": "1f055ca9-6101-4f09-a639-4d19f4ac45ae",
    "artist": "Front 242",
    "artist_ids": [
        "8fb6c00f-61d8-4f27-98f9-53e1ba481626"
    ],
    "album": "Geography",
    "release_id": null,
    "release_group_id": "7526b5ca-a954-3a2d-bf67-2e9bb44ab338",
    "labels": [
        "Alfa Matrix"
    ],
    "label_ids": [
        "cef11874-9e98-4c8c-937b-3955a1215a07"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}