Information about plays

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

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

{
    "id": 3586191,
    "uri": "https://api.kexp.org/v2/plays/3586191/?format=api",
    "airdate": "2025-12-03T06:56:28-08:00",
    "show": 65276,
    "show_uri": "https://api.kexp.org/v2/shows/65276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Four Three",
    "track_id": null,
    "recording_id": "06ab3944-3f07-4e49-bf80-103c6e288780",
    "artist": "All India Radio feat. Selena Cross",
    "artist_ids": [
        "53d2a4d1-556e-4701-a8ac-5fcb74a8e393",
        "5e6d21d0-5de0-4424-b3d1-79a1183a95f0"
    ],
    "album": "Echo Other",
    "release_id": null,
    "release_group_id": "02034451-9359-37c5-ab04-b07ff52f298f",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Australian band All India Radio: https://allindiaradio.bandcamp.com/album/echo-other-expanded-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}