Information about plays

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

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

{
    "id": 3595113,
    "uri": "https://api.kexp.org/v2/plays/3595113/?format=api",
    "airdate": "2025-12-23T23:39:26-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shivers",
    "track_id": "3293b4bc-bb66-414d-b5bf-da3d3e828cde",
    "recording_id": "b36a17e7-bcea-4204-8046-57cf7c22106e",
    "artist": "Julia Jacklin",
    "artist_ids": [
        "f95d0f4f-d344-4acd-bec8-cc512b40f629"
    ],
    "album": "Shivers",
    "release_id": "f7230f32-8017-4e6b-9bda-54195d07dccd",
    "release_group_id": "6e0e05e5-aaeb-4f0c-ad96-4e022f8d09b6",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2023-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering the great Rowland S. Howard-penned, Young Charlatans tune \"Shivers\" - https://youtu.be/D6yQY6z7F0o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}