Information about plays

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

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

{
    "id": 3562509,
    "uri": "https://api.kexp.org/v2/plays/3562509/?format=api",
    "airdate": "2025-10-08T00:46:48-07:00",
    "show": 64775,
    "show_uri": "https://api.kexp.org/v2/shows/64775/?format=api",
    "image_uri": "https://ia902903.us.archive.org/12/items/mbid-8a6a3ea2-3eca-38a8-9377-ab67772cfa13/mbid-8a6a3ea2-3eca-38a8-9377-ab67772cfa13-27628850724_thumb500.jpg",
    "thumbnail_uri": "https://ia902903.us.archive.org/12/items/mbid-8a6a3ea2-3eca-38a8-9377-ab67772cfa13/mbid-8a6a3ea2-3eca-38a8-9377-ab67772cfa13-27628850724_thumb250.jpg",
    "song": "Ich gehe jetzt",
    "track_id": "1c73c4f9-b227-326a-bac3-7f0865b576e4",
    "recording_id": "2c62fe73-1723-4d75-8c76-61dcf2eb8b62",
    "artist": "Einstürzende Neubauten",
    "artist_ids": [
        "6e9ac29b-798c-4af7-8d9e-55cdc72a999c"
    ],
    "album": "Perpetuum Mobile",
    "release_id": "239dce5a-8338-46db-9a8b-8bf4d91614c6",
    "release_group_id": "110c496b-5c93-376c-9f6a-ffc185b52c9b",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}