Information about plays

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

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

{
    "id": 3582715,
    "uri": "https://api.kexp.org/v2/plays/3582715/?format=api",
    "airdate": "2025-11-25T08:37:41-08:00",
    "show": 65206,
    "show_uri": "https://api.kexp.org/v2/shows/65206/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-8a269305-3699-4bfb-8889-1482b99b9d50/mbid-8a269305-3699-4bfb-8889-1482b99b9d50-10665995130_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-8a269305-3699-4bfb-8889-1482b99b9d50/mbid-8a269305-3699-4bfb-8889-1482b99b9d50-10665995130_thumb250.jpg",
    "song": "The Laws Have Changed",
    "track_id": "bbd39504-9e25-42cb-80b4-abb15d62fc60",
    "recording_id": "ea383572-0d4b-4c5c-a32f-5af898b4378b",
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Electric Version",
    "release_id": "8eb27d20-13a4-462b-99a8-4aadc087a2f0",
    "release_group_id": "e68bf070-f7a8-3d7f-894a-2a50de3759b2",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here's The New Pornographers performing Live on KEXP back in 2023. They played songs from their album, Continue as a Guest. \nhttps://www.youtube.com/watch?v=gmO52eQ9lus&t=3s\n\nhttps://thenewpornos.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}