Information about plays

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

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

{
    "id": 3572370,
    "uri": "https://api.kexp.org/v2/plays/3572370/?format=api",
    "airdate": "2025-10-31T22:39:15-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4207ea1-497a-4b58-9677-c6b6efd19dd6/18043396346-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b4207ea1-497a-4b58-9677-c6b6efd19dd6/18043396346-250.jpg",
    "song": "Revolution Has Come",
    "track_id": null,
    "recording_id": "1dc5e8af-13f2-48ec-8dad-5a4b11535937",
    "artist": "Rebel Diaz",
    "artist_ids": [
        "2278d387-8962-4cf5-b8a6-1c13e7037bf3"
    ],
    "album": "Radical Dilemma",
    "release_id": null,
    "release_group_id": "ad92de50-9ac3-4a7d-8991-dabbbb1baf81",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}