Information about plays

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

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

{
    "id": 3566562,
    "uri": "https://api.kexp.org/v2/plays/3566562/?format=api",
    "airdate": "2025-10-18T01:00:21-07:00",
    "show": 64862,
    "show_uri": "https://api.kexp.org/v2/shows/64862/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3c23286-ea37-4d56-aded-5fbd404de7f8/40603599339-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3c23286-ea37-4d56-aded-5fbd404de7f8/40603599339-250.jpg",
    "song": "Losing Game (Normal Bias Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kontravoid",
    "artist_ids": [
        "a90da468-5d4f-482d-9f90-c4d52b3ee33a"
    ],
    "album": "Losing Game Remixes",
    "release_id": null,
    "release_group_id": "b227d96f-81f5-4519-aee5-47e39baaf163",
    "labels": [
        "Artoffact"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to Mechanical Breakdown!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}