Information about plays

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

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

{
    "id": 3632990,
    "uri": "https://api.kexp.org/v2/plays/3632990/?format=api",
    "airdate": "2026-03-24T04:46:10-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/038d8114-9999-4e20-88e7-5985effaf858/29067713466-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/038d8114-9999-4e20-88e7-5985effaf858/29067713466-250.jpg",
    "song": "Home (Toro y Moi remix)",
    "track_id": null,
    "recording_id": "58d4e4a1-4186-45b1-a25b-6a11ca2d85b1",
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Suddenly Remixes",
    "release_id": null,
    "release_group_id": "e96c3338-a49d-4068-b4b7-1c329af47ffe",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2021-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://caribouband.bandcamp.com/album/suddenly-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}