Information about plays

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

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

{
    "id": 3603884,
    "uri": "https://api.kexp.org/v2/plays/3603884/?format=api",
    "airdate": "2026-01-13T14:40:59-08:00",
    "show": 65641,
    "show_uri": "https://api.kexp.org/v2/shows/65641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perderme",
    "track_id": "f34e0780-fb90-47ef-8824-2aab31cea7d6",
    "recording_id": "7e9c5582-e700-4287-b78e-412a73e75040",
    "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": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Music from Miguel!\n---\nMiguel will be on tour starting next month, and will  be in Seattle, March 9th at WAMU! See if he'll be performing in a city near you, here:\nhttps://www.officialmiguel.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}