Information about plays

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

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

{
    "id": 3657341,
    "uri": "https://api.kexp.org/v2/plays/3657341/?format=api",
    "airdate": "2026-05-20T18:33:36-07:00",
    "show": 66769,
    "show_uri": "https://api.kexp.org/v2/shows/66769/?format=api",
    "image_uri": "https://dn711107.ca.archive.org/0/items/mbid-1a83ee78-f488-4164-a707-dfb20ee7a20a/mbid-1a83ee78-f488-4164-a707-dfb20ee7a20a-22880144842_thumb500.jpg",
    "thumbnail_uri": "https://dn711107.ca.archive.org/0/items/mbid-1a83ee78-f488-4164-a707-dfb20ee7a20a/mbid-1a83ee78-f488-4164-a707-dfb20ee7a20a-22880144842_thumb250.jpg",
    "song": "Different Kind of Love",
    "track_id": "01ad2ca5-8b0f-439f-b081-6756bfa27c06",
    "recording_id": "25e444df-2e29-474e-93a2-4f1fb0776178",
    "artist": "Adia Victoria",
    "artist_ids": [
        "7b1252da-a5e6-49db-9ca8-1d3045d8dc2c"
    ],
    "album": "Silences",
    "release_id": "1a83ee78-f488-4164-a707-dfb20ee7a20a",
    "release_group_id": "e240be1d-967e-487b-8144-288c6a9016b9",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adia Victoria opened her 2019 live set in the KEXP studio with \"Different Kind of Love.\" Watch the full session here: https://youtu.be/vadu-RnqGGY\n\nhttps://adiavictoria.fancollab.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}