Information about plays

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

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

{
    "id": 3523848,
    "uri": "https://api.kexp.org/v2/plays/3523848/?format=api",
    "airdate": "2025-07-07T09:34:25-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://ia601508.us.archive.org/25/items/mbid-4adb94fe-13c3-4d0a-a2cc-a818b1e90aa1/mbid-4adb94fe-13c3-4d0a-a2cc-a818b1e90aa1-29567614646_thumb500.jpg",
    "thumbnail_uri": "https://ia801508.us.archive.org/25/items/mbid-4adb94fe-13c3-4d0a-a2cc-a818b1e90aa1/mbid-4adb94fe-13c3-4d0a-a2cc-a818b1e90aa1-29567614646_thumb250.jpg",
    "song": "Pump Up the Voume (UK 12\" Remix)",
    "track_id": "c9a119a8-ac74-3895-88a1-dfc6fb519b8a",
    "recording_id": "c6f588bd-998f-4a3b-9cd9-a1c9fad5bfc7",
    "artist": "M|A|R|R|S",
    "artist_ids": [
        "13176bb9-9a3a-48ae-b05d-75a0bb668d01"
    ],
    "album": "Pump Up the Volume",
    "release_id": "4adb94fe-13c3-4d0a-a2cc-a818b1e90aa1",
    "release_group_id": "c673dc03-ca22-3a65-915e-cf7d07258ff3",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1987-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This M|A|R|R|S track samples \"I Know You Got Soul\" from Eric B. & Rakim! This was the group's only single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}