Information about plays

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

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

{
    "id": 3634455,
    "uri": "https://api.kexp.org/v2/plays/3634455/?format=api",
    "airdate": "2026-03-28T01:32:20-07:00",
    "show": 66298,
    "show_uri": "https://api.kexp.org/v2/shows/66298/?format=api",
    "image_uri": "https://coverartarchive.org/release/eaa30193-0d68-4ef3-adc4-eda751a585cb/44226632044-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eaa30193-0d68-4ef3-adc4-eda751a585cb/44226632044-250.jpg",
    "song": "Seven Fictions",
    "track_id": null,
    "recording_id": "2ec010ff-e370-4057-9e1c-ce92b6cf8b63",
    "artist": "TRAITRS",
    "artist_ids": [
        "0ef1dab1-4419-418e-90e7-14ce7a56bec7"
    ],
    "album": "POSSESSOR - European Edition",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Icy Cold Records"
    ],
    "label_ids": [
        "4e5adfc9-859f-47d8-84ec-eb37bf7239a1"
    ],
    "release_date": "2026-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://traitrs.bandcamp.com/album/possessor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}