Information about plays

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

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

{
    "id": 3593668,
    "uri": "https://api.kexp.org/v2/plays/3593668/?format=api",
    "airdate": "2025-12-20T20:51:11-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus is Back in Town",
    "track_id": "d88607a4-9a31-3c1c-99b9-6307fc235f87",
    "recording_id": "6fc8458b-0dd5-4cec-bc16-cd3fb864e800",
    "artist": "Poison Idea",
    "artist_ids": [
        "86871dd7-f50c-40bb-a298-a144775b64ae"
    ],
    "album": "It's Finally Christmas!",
    "release_id": "f1788dec-b6d6-4b6b-85a3-e323e8895b1a",
    "release_group_id": "d9b5837b-3911-3d70-8d1f-793042fb4e56",
    "labels": [
        "Tim/Kerr Records"
    ],
    "label_ids": [
        "8dd0bc73-8edc-44d3-a212-2be8caf18c92"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}