Information about plays

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

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

{
    "id": 3622885,
    "uri": "https://api.kexp.org/v2/plays/3622885/?format=api",
    "airdate": "2026-02-27T06:04:47-08:00",
    "show": 66041,
    "show_uri": "https://api.kexp.org/v2/shows/66041/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sound and Vision",
    "track_id": "45e07c6c-b629-3ac5-9f6c-aee9fdf5d9fb",
    "recording_id": "fbe83db0-f6ad-472d-8d8b-8baf44a08682",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Sound + Vision",
    "release_id": "2eaa2756-b611-4709-bf8a-f661583a6256",
    "release_group_id": "45c62f0b-d044-374a-8a61-759b884bcdab",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Jeff in Henderson, NV",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}