Information about plays

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

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

{
    "id": 3572021,
    "uri": "https://api.kexp.org/v2/plays/3572021/?format=api",
    "airdate": "2025-10-31T01:10:00-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://ia800205.us.archive.org/3/items/mbid-db135ee0-b062-41df-b91a-582e211bb2fa/mbid-db135ee0-b062-41df-b91a-582e211bb2fa-43406916286_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/3/items/mbid-db135ee0-b062-41df-b91a-582e211bb2fa/mbid-db135ee0-b062-41df-b91a-582e211bb2fa-43406916286_thumb250.jpg",
    "song": "RIP",
    "track_id": "3a43d4d9-cc1c-4fd0-a8a8-e78f6a55d3df",
    "recording_id": "26bbadfc-4613-4417-87d5-1db9c5492c9c",
    "artist": "Miguel",
    "artist_ids": [
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "CAOS",
    "release_id": "db135ee0-b062-41df-b91a-582e211bb2fa",
    "release_group_id": "196bab47-42bd-4451-8c26-8780747c583b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2025-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}