Information about plays

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

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

{
    "id": 3541990,
    "uri": "https://api.kexp.org/v2/plays/3541990/?format=api",
    "airdate": "2025-08-19T08:20:13-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://coverartarchive.org/release/b08906fd-9e76-3ba0-bf07-23e0a59bbd30/2981501643-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b08906fd-9e76-3ba0-bf07-23e0a59bbd30/2981501643-250.jpg",
    "song": "Obstacle 1",
    "track_id": null,
    "recording_id": "1612c91a-f7f3-4727-901d-bb338987132d",
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Turn On the Bright Lights",
    "release_id": null,
    "release_group_id": "e7227840-5ef2-3813-af26-15dab34e1a51",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2002-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turn On the Bright Lights, The debut release of NYC band Interpol was released 23 years ago today! \n--\n'Turn On the Bright Lights is an incredibly powerful and affecting album. Loss, regret, and a minor key brilliantly permeate jangling guitars and rhythmic and tonal shifts'\nhttps://pitchfork.com/reviews/albums/4113-turn-on-the-bright-lights/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}