Information about plays

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

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

{
    "id": 3624254,
    "uri": "https://api.kexp.org/v2/plays/3624254/?format=api",
    "airdate": "2026-03-02T03:40:27-08:00",
    "show": 66069,
    "show_uri": "https://api.kexp.org/v2/shows/66069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Presence of a Brain",
    "track_id": "0c420c70-cb61-3824-b787-6c1b38b8f33d",
    "recording_id": "558bb5ab-fd3c-4475-9cc7-f01881b12e06",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Up for the Down Stroke",
    "release_id": "59d20889-cef7-33c2-b93b-54cc0559da35",
    "release_group_id": "f197a7b1-e802-3ddd-a9af-d5d367e4017a",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}