Information about plays

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

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

{
    "id": 3611864,
    "uri": "https://api.kexp.org/v2/plays/3611864/?format=api",
    "airdate": "2026-02-01T11:29:44-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Take Our Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Durand Jones & The Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drummer Aaron Frazer takes lead vocals on this track by the Indiana band. \nhttps://colemine.lnk.to/clmn266",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}