Information about plays

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

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

{
    "id": 3599830,
    "uri": "https://api.kexp.org/v2/plays/3599830/?format=api",
    "airdate": "2026-01-03T20:30:53-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My V-4 Weighs a Ton",
    "track_id": "198a1d9a-e3b3-4f77-a600-8c9c5ad36ec1",
    "recording_id": "6f498f34-8ebf-4dc8-aacd-e00c85d2ac69",
    "artist": "Police Teeth",
    "artist_ids": [
        "871b29c5-ebc9-4147-8282-a90433a500b1"
    ],
    "album": "Police Teeth",
    "release_id": "72aafcf9-c71d-416e-97ca-fbc3029e8276",
    "release_group_id": "55645557-053f-451d-8970-a2ff5c639ee7",
    "labels": [
        "Latest Flame Records"
    ],
    "label_ids": [
        "ad7181bd-e510-42b6-9aae-1ff643ccd36f"
    ],
    "release_date": "2012-10-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the final album of Seattle's Police Teeth, released in 2012. Listen to the whole record below:\n\nhttps://policeteeth.bandcamp.com/album/police-teeth",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}