Information about plays

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

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

{
    "id": 3547353,
    "uri": "https://api.kexp.org/v2/plays/3547353/?format=api",
    "airdate": "2025-08-31T23:54:16-07:00",
    "show": 64440,
    "show_uri": "https://api.kexp.org/v2/shows/64440/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ozone House",
    "track_id": null,
    "recording_id": null,
    "artist": "Ground",
    "artist_ids": [
        "ec32b3ab-d09a-4ec8-b307-e72ca792eacf"
    ],
    "album": "Follow Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ESP Institute"
    ],
    "label_ids": [
        "5889772a-7754-4413-9bb0-7d7533066dea"
    ],
    "release_date": "2019-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://ground-dj.bandcamp.com/album/follow-me-b-w-jay-glass-dubs-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}