Information about plays

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

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

{
    "id": 3541838,
    "uri": "https://api.kexp.org/v2/plays/3541838/?format=api",
    "airdate": "2025-08-18T23:53:09-07:00",
    "show": 64327,
    "show_uri": "https://api.kexp.org/v2/shows/64327/?format=api",
    "image_uri": "https://coverartarchive.org/release/3539ac79-92c2-3522-89c7-783c42625408/4522124571-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3539ac79-92c2-3522-89c7-783c42625408/4522124571-250.jpg",
    "song": "Slip Inside This House",
    "track_id": null,
    "recording_id": null,
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "Screamadelica",
    "release_id": null,
    "release_group_id": "48a1839c-f4e0-3223-831f-fc36ca6ff7cf",
    "labels": [
        "Creation"
    ],
    "label_ids": [],
    "release_date": "1991-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BRB slipping inside that house",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}