Information about plays

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

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

{
    "id": 3630020,
    "uri": "https://api.kexp.org/v2/plays/3630020/?format=api",
    "airdate": "2026-03-17T04:11:13-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "https://coverartarchive.org/release/2a059e43-e66c-4d6d-9a4f-dea9a6919061/10112836421-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2a059e43-e66c-4d6d-9a4f-dea9a6919061/10112836421-250.jpg",
    "song": "C.R.E.A.M.",
    "track_id": null,
    "recording_id": "b0ffce4f-ef8a-4d8b-8dea-61167e1fb75e",
    "artist": "Wu‐Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Enter the Wu‐Tang (36 Chambers)",
    "release_id": null,
    "release_group_id": "610fb60f-900a-3c42-ac7d-f6b6aa8035f9",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1993 classic featuring a sample of the Charmels' 1967 song \"As Long As I've Got You\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}