Information about plays

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

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

{
    "id": 3571564,
    "uri": "https://api.kexp.org/v2/plays/3571564/?format=api",
    "airdate": "2025-10-29T22:05:36-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d8e6ee7-b4f9-4dc6-bb7a-2ea5e53d5d01/7976593755-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d8e6ee7-b4f9-4dc6-bb7a-2ea5e53d5d01/7976593755-250.jpg",
    "song": "Halloween",
    "track_id": null,
    "recording_id": "a85e4add-7910-4873-bbfe-2c29515ffdd4",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Juju",
    "release_id": null,
    "release_group_id": "844bfb05-2b51-35e2-8063-1c8e6746c781",
    "labels": [
        "PVC Records"
    ],
    "label_ids": [
        "9e98a551-f529-43a2-8513-94b2208f74a8"
    ],
    "release_date": "1981-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Queen of Halloween herself!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}