Information about plays

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

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

{
    "id": 3549669,
    "uri": "https://api.kexp.org/v2/plays/3549669/?format=api",
    "airdate": "2025-09-06T16:18:53-07:00",
    "show": 64493,
    "show_uri": "https://api.kexp.org/v2/shows/64493/?format=api",
    "image_uri": "https://ia801603.us.archive.org/6/items/mbid-07103ea5-8417-4508-87b9-bb087e753b66/mbid-07103ea5-8417-4508-87b9-bb087e753b66-35706361001_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/6/items/mbid-07103ea5-8417-4508-87b9-bb087e753b66/mbid-07103ea5-8417-4508-87b9-bb087e753b66-35706361001_thumb250.jpg",
    "song": "Deadly Valentine (Soulwax remix)",
    "track_id": "95dd5fb0-c796-4fb7-80bf-760f6994ddff",
    "recording_id": "862ac9b8-ef67-4b68-9f46-a70d1b632c8e",
    "artist": "Charlotte Gainsbourg",
    "artist_ids": [
        "6efa29c6-9995-48e0-9eaf-3809464a39a7"
    ],
    "album": "Deadly Valentine (Soulwax remix)",
    "release_id": "07103ea5-8417-4508-87b9-bb087e753b66",
    "release_group_id": "853cea5a-f74b-4574-a65f-81fe17758c08",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2017-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}