Information about plays

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

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

{
    "id": 3593680,
    "uri": "https://api.kexp.org/v2/plays/3593680/?format=api",
    "airdate": "2025-12-20T21:13:32-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Weather",
    "track_id": null,
    "recording_id": "563f0a33-dbe9-4356-8d50-2aadd768994d",
    "artist": "Student Teachers",
    "artist_ids": [
        "e34150f4-3b43-4858-be69-ba5fa58b85e1"
    ],
    "album": "Channel 13 / Christmas Weather",
    "release_id": null,
    "release_group_id": "16d039b2-200b-431f-acdc-1d8e0a04d65a",
    "labels": [
        "Ork Records"
    ],
    "label_ids": [
        "b76ff1b1-cbcd-45dc-82a6-5c8bfec9368a"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC classic...Student Teachers were a New Wave band in the late 70s...Check them out on the Ork Records compilation: https://orkrecords.bandcamp.com/album/ork-records-new-york-new-york",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}