Information about plays

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

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

{
    "id": 3588299,
    "uri": "https://api.kexp.org/v2/plays/3588299/?format=api",
    "airdate": "2025-12-08T00:28:04-08:00",
    "show": 65318,
    "show_uri": "https://api.kexp.org/v2/shows/65318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Knuckle Ride",
    "track_id": null,
    "recording_id": "13dec7e1-4b3c-4609-8729-eac73f272662",
    "artist": "Jamiroquai",
    "artist_ids": [
        "f4857fb9-e255-4dc6-bd01-e4ca7cc68544"
    ],
    "album": "100x Zomer 2011",
    "release_id": null,
    "release_group_id": "d7adaa97-ca87-4999-bfbd-4062b19328d6",
    "labels": [
        "Universal Music B.V."
    ],
    "label_ids": [
        "a2a55432-c085-416c-a8b7-f89ef1f0c289"
    ],
    "release_date": "2011-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}