Information about plays

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

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

{
    "id": 3667607,
    "uri": "https://api.kexp.org/v2/plays/3667607/?format=api",
    "airdate": "2026-06-13T23:46:36-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teen Age",
    "track_id": null,
    "recording_id": "b8897e43-ca77-4561-a796-246c3fe19fa5",
    "artist": "Victim",
    "artist_ids": [
        "98200c53-2261-4f5b-83f7-429a42f25672"
    ],
    "album": "The Teen Age",
    "release_id": null,
    "release_group_id": "74a4603c-16f5-4a24-aa6d-b145f69da75c",
    "labels": [
        "Illuminated Records"
    ],
    "label_ids": [
        "9aef40e6-2a20-4431-9a08-c069e99b0e1c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from Ireland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}