Information about plays

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

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

{
    "id": 3578393,
    "uri": "https://api.kexp.org/v2/plays/3578393/?format=api",
    "airdate": "2025-11-15T06:41:31-08:00",
    "show": 65114,
    "show_uri": "https://api.kexp.org/v2/shows/65114/?format=api",
    "image_uri": "https://coverartarchive.org/release/f388789f-af5d-423a-bc3a-dedb323811ae/36484094577-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f388789f-af5d-423a-bc3a-dedb323811ae/36484094577-250.jpg",
    "song": "cliche",
    "track_id": null,
    "recording_id": "45031394-2e8e-4927-978c-d07fb05c090c",
    "artist": "2hollis",
    "artist_ids": [
        "8bd5a8fb-4c25-401d-a597-2c24affdd5c5"
    ],
    "album": "whiplash / cliche",
    "release_id": null,
    "release_group_id": "ee90df4a-4c74-492f-8823-0e7725aba3f6",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}