Information about plays

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

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

{
    "id": 3570773,
    "uri": "https://api.kexp.org/v2/plays/3570773/?format=api",
    "airdate": "2025-10-27T22:45:05-07:00",
    "show": 64953,
    "show_uri": "https://api.kexp.org/v2/shows/64953/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d369677-b7c0-4433-9df9-7758ef4ed629/34707066970-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d369677-b7c0-4433-9df9-7758ef4ed629/34707066970-250.jpg",
    "song": "The Oort Cloud (Too Night)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Buddhist Hipsters",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from The Orb! (their 18th studio release) - https://theorb.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}