Information about plays

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

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

{
    "id": 3543594,
    "uri": "https://api.kexp.org/v2/plays/3543594/?format=api",
    "airdate": "2025-08-23T03:59:04-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia804501.us.archive.org/10/items/mbid-07219c13-129a-4789-b828-f8b0b0c5df61/mbid-07219c13-129a-4789-b828-f8b0b0c5df61-29329613863_thumb500.jpg",
    "thumbnail_uri": "https://ia904501.us.archive.org/10/items/mbid-07219c13-129a-4789-b828-f8b0b0c5df61/mbid-07219c13-129a-4789-b828-f8b0b0c5df61-29329613863_thumb250.jpg",
    "song": "Pentacle",
    "track_id": "8dc0b9a9-b9fa-43cc-8b8a-bb0c52bf4eb9",
    "recording_id": "deaaa326-e5cc-4e9a-bcb3-2e11fd25d0b2",
    "artist": "Gaspard Augé",
    "artist_ids": [
        "11a76588-288c-4862-bf6b-9a6bb0e735f6"
    ],
    "album": "Escapades",
    "release_id": "07219c13-129a-4789-b828-f8b0b0c5df61",
    "release_group_id": "e0492659-6980-4e7d-b335-68e244492b98",
    "labels": [
        "Genesis",
        "Because Music",
        "Ed Banger Records"
    ],
    "label_ids": [
        "4a63c9df-c91d-4d3c-ad4f-36c4a94e1728",
        "23450486-837c-46a6-8b3f-b22429a0dfe1",
        "9cdc4159-ec50-47f0-a7a2-e107618d5246"
    ],
    "release_date": "2021-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}