Information about plays

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

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

{
    "id": 3630838,
    "uri": "https://api.kexp.org/v2/plays/3630838/?format=api",
    "airdate": "2026-03-19T01:06:24-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "https://coverartarchive.org/release/da934db7-e7bb-4ec4-b8cd-5bbe7f237578/42883317413-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da934db7-e7bb-4ec4-b8cd-5bbe7f237578/42883317413-250.jpg",
    "song": "Dusted ’n’ Disgusted",
    "track_id": null,
    "recording_id": "9cf8525c-78a3-4e10-ab28-cc3934d18a0a",
    "artist": "E‐40 featuring 2Pac, Mac Mall and Spice 1",
    "artist_ids": [
        "a449973b-074b-4cf0-a4d6-f11fa2d1073f",
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2",
        "84490594-c358-40c1-8c27-14bcaeb825e8",
        "f21b4daf-f836-4d80-a854-97bd0add6fb0"
    ],
    "album": "In a Major Way",
    "release_id": null,
    "release_group_id": "d9b5babc-e138-3f62-b05b-d4fbcfe0661d",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}