Information about plays

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

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

{
    "id": 3611861,
    "uri": "https://api.kexp.org/v2/plays/3611861/?format=api",
    "airdate": "2026-02-01T11:19:13-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time On My Hands (Nick Waterhouse Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Wilder Woods",
    "artist_ids": [
        "c4c84a11-93ef-4e36-ac12-73a2e37ef5c4"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dualtone Music Group"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "South Carolinan William \"Bear\" Rinehart of Needtobreathe teamed up with Nick Waterhouse for this single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}