Information about plays

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

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

{
    "id": 3593798,
    "uri": "https://api.kexp.org/v2/plays/3593798/?format=api",
    "airdate": "2025-12-21T03:35:04-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lapin",
    "track_id": "d2b31736-ead7-4480-ab38-9139e3e7c89a",
    "recording_id": "beaad559-3549-41ce-a126-27c6c822d9c3",
    "artist": "Hélène Barbier",
    "artist_ids": [
        "29f7a557-7fd7-4c8e-88ab-f1c6ac4a9d80"
    ],
    "album": "Panorama",
    "release_id": "ba6f3c3b-db1b-49fc-8d72-6013952da11c",
    "release_group_id": "c5771cc5-94be-4545-a0a1-262f42daf362",
    "labels": [
        "Bonsound"
    ],
    "label_ids": [
        "8b1d458b-e154-4d16-a3fe-6a3121790874"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}