Information about plays

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

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

{
    "id": 3625427,
    "uri": "https://api.kexp.org/v2/plays/3625427/?format=api",
    "airdate": "2026-03-05T00:50:38-08:00",
    "show": 66093,
    "show_uri": "https://api.kexp.org/v2/shows/66093/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9bc7b8b-452a-412d-b45e-b64877d63a2e/43922003689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9bc7b8b-452a-412d-b45e-b64877d63a2e/43922003689-250.jpg",
    "song": "Dance",
    "track_id": null,
    "recording_id": "8edae2a0-6fa6-4479-b0db-61788d2fe760",
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "Come Away With ESG",
    "release_id": null,
    "release_group_id": "56f22288-1033-3f71-8eed-026e8aeabb01",
    "labels": [
        "99 Records"
    ],
    "label_ids": [
        "be532593-be05-4745-9f90-d2c8206caf98"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}