Information about plays

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

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

{
    "id": 3569930,
    "uri": "https://api.kexp.org/v2/plays/3569930/?format=api",
    "airdate": "2025-10-25T20:19:51-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vacation",
    "track_id": null,
    "recording_id": "f726b50c-e95a-4f70-ac92-fbfa0a640ed6",
    "artist": "cub",
    "artist_ids": [
        "4e8ef969-bc70-4382-a098-e4f2ade95e33"
    ],
    "album": "Come Out Come Out",
    "release_id": null,
    "release_group_id": "3cb376d8-4502-3628-a27b-3b6a3b9fcbaa",
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "1995-01-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver's cub covering the Go-Go's \"Vacation\"!\n\nhttps://www.youtube.com/watch?v=BJM1xGhl2i0",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}