Information about plays

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

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

{
    "id": 3620402,
    "uri": "https://api.kexp.org/v2/plays/3620402/?format=api",
    "airdate": "2026-02-21T15:44:02-08:00",
    "show": 65994,
    "show_uri": "https://api.kexp.org/v2/shows/65994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Braindrops",
    "track_id": "32421705-1e92-4c9e-855c-319d0f86cc65",
    "recording_id": "5dc97b7a-af17-47f5-85b9-1f7051b0de84",
    "artist": "Tropical Fuck Storm",
    "artist_ids": [
        "a7a3399e-2d9a-4c3b-9ada-7e861aed1cb3"
    ],
    "album": "Braindrops",
    "release_id": "da63ce5a-996a-4049-93a0-e9f7ff9b66e3",
    "release_group_id": "911d4a85-3710-4784-8533-b4c657658f39",
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tropical Fuck Storm are an Australian rock band and supergroup from Melbourne, Victoria, formed by Gareth Liddiard and Fiona Kitschin from The Drones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}