Information about plays

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

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

{
    "id": 3619211,
    "uri": "https://api.kexp.org/v2/plays/3619211/?format=api",
    "airdate": "2026-02-18T18:43:33-08:00",
    "show": 65968,
    "show_uri": "https://api.kexp.org/v2/shows/65968/?format=api",
    "image_uri": "https://ia601801.us.archive.org/28/items/mbid-e5d7e6c9-6063-478e-a0de-a45294605f9d/mbid-e5d7e6c9-6063-478e-a0de-a45294605f9d-9553041659_thumb500.jpg",
    "thumbnail_uri": "https://ia801801.us.archive.org/28/items/mbid-e5d7e6c9-6063-478e-a0de-a45294605f9d/mbid-e5d7e6c9-6063-478e-a0de-a45294605f9d-9553041659_thumb250.jpg",
    "song": "I Can’t Dance",
    "track_id": "a3a4984a-c025-38a8-a6b6-4af97a7cb3a6",
    "recording_id": "48f29b17-13d6-432a-ae38-1e60d4243506",
    "artist": "Genesis",
    "artist_ids": [
        "8e3fcd7d-bda1-4ca0-b987-b8528d2ee74e"
    ],
    "album": "We Can’t Dance",
    "release_id": "e5d7e6c9-6063-478e-a0de-a45294605f9d",
    "release_group_id": "1f94530c-4206-3c2f-a3e8-8f9bed86590e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Genesis' 14th LP, the final one recorded with Phil Collins\n\nThe video parodies fashion commercials of the era - https://youtu.be/hGI2d31M7Ns",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}