Information about plays

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

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

{
    "id": 3570452,
    "uri": "https://api.kexp.org/v2/plays/3570452/?format=api",
    "airdate": "2025-10-27T02:14:02-07:00",
    "show": 64945,
    "show_uri": "https://api.kexp.org/v2/shows/64945/?format=api",
    "image_uri": "https://coverartarchive.org/release/962838d5-9b36-410e-b089-029b0fb8719e/30894040808-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/962838d5-9b36-410e-b089-029b0fb8719e/30894040808-250.jpg",
    "song": "What Game Shall We Play Today",
    "track_id": null,
    "recording_id": "2f8daa47-dbe0-487f-9a80-69c8f67f1068",
    "artist": "Gary Burton / Chick Corea",
    "artist_ids": [
        "7b5b8b1b-414b-44e8-862f-b1f20fcef5dc",
        "8446fcca-109e-4c6d-a2ff-5a269b32b4c2"
    ],
    "album": "Crystal Silence",
    "release_id": null,
    "release_group_id": "714af5b6-d3f3-346a-a1b9-5b3691f122fe",
    "labels": [
        "ECM Records"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}