Information about plays

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

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

{
    "id": 3546497,
    "uri": "https://api.kexp.org/v2/plays/3546497/?format=api",
    "airdate": "2025-08-29T23:58:24-07:00",
    "show": 64422,
    "show_uri": "https://api.kexp.org/v2/shows/64422/?format=api",
    "image_uri": "https://ia804506.us.archive.org/22/items/mbid-76543db1-280b-4145-ac7d-f5c214dfe943/mbid-76543db1-280b-4145-ac7d-f5c214dfe943-36527973266_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-76543db1-280b-4145-ac7d-f5c214dfe943/mbid-76543db1-280b-4145-ac7d-f5c214dfe943-36527973266_thumb250.jpg",
    "song": "P Kicking G",
    "track_id": "db18fa4e-db8a-4b87-ac3b-2a5bddf793bc",
    "recording_id": "78c32828-0b91-4309-ad09-53ccf81944c8",
    "artist": "Shabazz Palaces feat. Porter Ray",
    "artist_ids": [
        "29776ddc-f7db-4ce6-b318-707e9cc46cba",
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Robed in Rareness",
    "release_id": "76543db1-280b-4145-ac7d-f5c214dfe943",
    "release_group_id": "8fe379fe-f664-42de-9b84-193cc49df0d4",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2023-10-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}