Information about plays

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

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

{
    "id": 3546860,
    "uri": "https://api.kexp.org/v2/plays/3546860/?format=api",
    "airdate": "2025-08-30T20:18:31-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "https://ia800401.us.archive.org/24/items/mbid-3fb359a5-0884-487e-9a91-1ddef1506ed5/mbid-3fb359a5-0884-487e-9a91-1ddef1506ed5-35583105890_thumb500.jpg",
    "thumbnail_uri": "https://ia800401.us.archive.org/24/items/mbid-3fb359a5-0884-487e-9a91-1ddef1506ed5/mbid-3fb359a5-0884-487e-9a91-1ddef1506ed5-35583105890_thumb250.jpg",
    "song": "Unified Dakotas",
    "track_id": "09fc00e4-e606-4c82-843e-a66b94332cd1",
    "recording_id": "633dccbe-870e-4c25-b22b-e8e432b8438f",
    "artist": "High Pulp feat. Jeff Parker",
    "artist_ids": [
        "4894f8eb-be75-4bd5-a3a3-7c20894439f9",
        "4ee483e9-2e5a-48f4-886f-8decbd3fc4f9"
    ],
    "album": "Days in the Desert",
    "release_id": "3fb359a5-0884-487e-9a91-1ddef1506ed5",
    "release_group_id": "83539266-c3d6-47b2-8031-5f21b32c4083",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2023-07-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}