Information about plays

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

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

{
    "id": 3632539,
    "uri": "https://api.kexp.org/v2/plays/3632539/?format=api",
    "airdate": "2026-03-22T23:38:38-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "https://coverartarchive.org/release/960aca07-50e1-46ca-a11e-c8cdb597376c/41257082811-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/960aca07-50e1-46ca-a11e-c8cdb597376c/41257082811-250.jpg",
    "song": "Air Tight (Regularfantasy remix)",
    "track_id": null,
    "recording_id": "b9366575-aba8-4e4f-bada-112ab536c5ff",
    "artist": "Elkka, Dot Major",
    "artist_ids": [],
    "album": "Air Tight (Regularfantasy remix)",
    "release_id": null,
    "release_group_id": "b6efd665-ab70-43b7-bfd8-7de1180aeb45",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This regularfantasy remix was released on the NinjaTune label!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}