Information about plays

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

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

{
    "id": 3570095,
    "uri": "https://api.kexp.org/v2/plays/3570095/?format=api",
    "airdate": "2025-10-26T04:36:34-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/a100f438-d1d7-402a-bbbd-9dd6450f0ae5/20662904936-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a100f438-d1d7-402a-bbbd-9dd6450f0ae5/20662904936-250.jpg",
    "song": "Haraka",
    "track_id": null,
    "recording_id": null,
    "artist": "Kutiman",
    "artist_ids": [
        "48e18c9b-371f-42e6-878d-633e25fa01fd"
    ],
    "album": "Haraka / Khamsin",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Batov"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grab the 7\" single here - https://kutiman.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}