Information about plays

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

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

{
    "id": 3522965,
    "uri": "https://api.kexp.org/v2/plays/3522965/?format=api",
    "airdate": "2025-07-05T12:42:26-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://ia600302.us.archive.org/15/items/mbid-24061507-b348-4a12-b638-47bff615c58c/mbid-24061507-b348-4a12-b638-47bff615c58c-36002240722_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-24061507-b348-4a12-b638-47bff615c58c/mbid-24061507-b348-4a12-b638-47bff615c58c-36002240722_thumb250.jpg",
    "song": "Espantapájaros",
    "track_id": "79d7a889-e2a7-40fc-9d74-abf43d5c31da",
    "recording_id": "f28b2e02-38b3-482a-bc2b-b46b50cc8fd7",
    "artist": "Pahua feat. La Perla",
    "artist_ids": [
        "91ac4b69-025f-4343-a40a-4f0703daf576",
        "cd47fda0-2d9d-424b-9d7d-e923d4f865be"
    ],
    "album": "Habita",
    "release_id": "24061507-b348-4a12-b638-47bff615c58c",
    "release_group_id": "39578fb7-0bb5-4dde-80ca-d91aef31e392",
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2023-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing THING festival next month! https://thingnw.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}