Information about plays

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

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

{
    "id": 3569640,
    "uri": "https://api.kexp.org/v2/plays/3569640/?format=api",
    "airdate": "2025-10-25T04:39:00-07:00",
    "show": 64926,
    "show_uri": "https://api.kexp.org/v2/shows/64926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Paris Match",
    "track_id": null,
    "recording_id": "2643a81f-aba6-4a02-8a66-68d437650602",
    "artist": "The Style Council",
    "artist_ids": [
        "34e56f20-ddda-48c9-a4bb-6bb12df57de0"
    ],
    "album": "Introducing The Style Council",
    "release_id": null,
    "release_group_id": "f0c77a59-1012-35e3-91c9-3cab1ebc2b74",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}