Information about plays

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

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

{
    "id": 3570077,
    "uri": "https://api.kexp.org/v2/plays/3570077/?format=api",
    "airdate": "2025-10-26T03:18:07-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/b071b8e5-4a45-44ea-9481-a7dc784f38fe/25193155338-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b071b8e5-4a45-44ea-9481-a7dc784f38fe/25193155338-250.jpg",
    "song": "Ground Signals",
    "track_id": null,
    "recording_id": null,
    "artist": "Krijka",
    "artist_ids": [],
    "album": "Chimeric Edens",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Biome"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ace EP release from the South Korean producer / DJ on Philly label Biome",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}