Information about plays

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

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

{
    "id": 3562940,
    "uri": "https://api.kexp.org/v2/plays/3562940/?format=api",
    "airdate": "2025-10-09T04:59:01-07:00",
    "show": 64784,
    "show_uri": "https://api.kexp.org/v2/shows/64784/?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": "On Code",
    "track_id": null,
    "recording_id": "52e4ca3d-0b66-4702-9774-f54cf9af7cc7",
    "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"
}