Information about plays

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

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

{
    "id": 3633223,
    "uri": "https://api.kexp.org/v2/plays/3633223/?format=api",
    "airdate": "2026-03-24T19:37:27-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbd5f97a-f908-4e75-880c-1f5bad05536d/41791834157-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cbd5f97a-f908-4e75-880c-1f5bad05536d/41791834157-250.jpg",
    "song": "It's an Arabian Song",
    "track_id": null,
    "recording_id": "a3f9dec4-1475-4e3d-8f39-b8c41a48281b",
    "artist": "Rachid Taha feat. Bruno Maman",
    "artist_ids": [
        "04dd1f61-c21b-4d6a-b110-55b3c1309fa0",
        "42c69637-1685-49d6-80d4-ac77c4f4c75d"
    ],
    "album": "Bonjour",
    "release_id": null,
    "release_group_id": "cd587423-2e07-4f6d-b64b-6b189ce9247b",
    "labels": [
        "Wrasse Records"
    ],
    "label_ids": [
        "3a33c6f4-b06e-4d23-8ebf-ba3d2c9edab3"
    ],
    "release_date": "2009-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tony Allen on Drums\n\nBruno Maman was born in Metz, France",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}