Information about plays

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

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

{
    "id": 3634087,
    "uri": "https://api.kexp.org/v2/plays/3634087/?format=api",
    "airdate": "2026-03-27T01:15:28-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c4b2ea8-af3c-41f1-bbd2-f847c651bed6/38601271512-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c4b2ea8-af3c-41f1-bbd2-f847c651bed6/38601271512-250.jpg",
    "song": "The Promo",
    "track_id": null,
    "recording_id": "3d55bf07-1007-43a8-a419-fbf6bc518974",
    "artist": "Jungle Brothers feat. Q‐Tip",
    "artist_ids": [
        "ce3bc975-a76f-415b-a6cd-1e568c5714dd",
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "Straight Out the Jungle",
    "release_id": null,
    "release_group_id": "b5a9ff19-308f-3c88-8310-38b30d96f877",
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First credited Q-Tip production.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}