Information about plays

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

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

{
    "id": 3649592,
    "uri": "https://api.kexp.org/v2/plays/3649592/?format=api",
    "airdate": "2026-05-02T15:50:37-07:00",
    "show": 66611,
    "show_uri": "https://api.kexp.org/v2/shows/66611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rebel Warrior",
    "track_id": null,
    "recording_id": null,
    "artist": "Asian Dub Foundation",
    "artist_ids": [],
    "album": "Facts & Fictions",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nation Records"
    ],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Facts and Fictions is the debut album by the British band Asian Dub Foundation, released in 1995 on the Nation Records label. A part of the burgeoning Asian Underground scene, Asian Dub Foundation melded South Asian sounds with club music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}