Information about plays

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

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

{
    "id": 3651953,
    "uri": "https://api.kexp.org/v2/plays/3651953/?format=api",
    "airdate": "2026-05-08T02:01:02-07:00",
    "show": 66657,
    "show_uri": "https://api.kexp.org/v2/shows/66657/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Intimate Immensity",
    "track_id": null,
    "recording_id": "46d1c6ae-e2ea-4dd7-93dd-2a4368beae13",
    "artist": "Tomaga",
    "artist_ids": [
        "2abfed42-f8d2-4ae0-af9f-5cd6cdcc2d50"
    ],
    "album": "Intimate Immensity",
    "release_id": null,
    "release_group_id": "c0747270-d2c5-4e7e-b11f-e61154636ac9",
    "labels": [
        "Hands in the Dark"
    ],
    "label_ids": [
        "fb35a9d7-a8a9-48b3-9f0f-1ab7cd7fa934"
    ],
    "release_date": "2021-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}