Information about plays

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

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

{
    "id": 3639686,
    "uri": "https://api.kexp.org/v2/plays/3639686/?format=api",
    "airdate": "2026-04-09T02:11:10-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/25500cbc-4a4a-4434-ac42-c8430a104302/32925678466-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25500cbc-4a4a-4434-ac42-c8430a104302/32925678466-250.jpg",
    "song": "Deeper",
    "track_id": null,
    "recording_id": "0bc4359a-22a3-47be-8072-ca2fe64d7716",
    "artist": "DāM‐FunK",
    "artist_ids": [
        "6d6d607e-679a-4cdc-a7a0-35e2abe06619"
    ],
    "album": "STFU II",
    "release_id": null,
    "release_group_id": "2faaed81-a26d-4797-b499-e38133bf16e9",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}