Information about plays

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

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

{
    "id": 3604023,
    "uri": "https://api.kexp.org/v2/plays/3604023/?format=api",
    "airdate": "2026-01-13T22:22:57-08:00",
    "show": 65644,
    "show_uri": "https://api.kexp.org/v2/shows/65644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Subterraneans",
    "track_id": "3cb6dba5-9aa6-3b7d-8746-be7c2c5f267a",
    "recording_id": "ef8d1c3d-4412-4ed0-aa75-85235fac2fc5",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Low",
    "release_id": "02e2a2f6-0da2-34cb-8e65-a05447ed1994",
    "release_group_id": "f6a51281-56c4-3538-b915-65a9d4eb29b5",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I love the Low b-side, I may like it more than the a-side ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}