Information about plays

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

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

{
    "id": 3638024,
    "uri": "https://api.kexp.org/v2/plays/3638024/?format=api",
    "airdate": "2026-04-05T02:52:21-07:00",
    "show": 66371,
    "show_uri": "https://api.kexp.org/v2/shows/66371/?format=api",
    "image_uri": "https://ia801302.us.archive.org/16/items/mbid-fcd472b5-ae90-35a5-898e-413bdbfd3493/mbid-fcd472b5-ae90-35a5-898e-413bdbfd3493-29342134195_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/16/items/mbid-fcd472b5-ae90-35a5-898e-413bdbfd3493/mbid-fcd472b5-ae90-35a5-898e-413bdbfd3493-29342134195_thumb250.jpg",
    "song": "Stigmata",
    "track_id": "a5c5e422-80c0-346f-9771-9032035c56c9",
    "recording_id": "d29447c6-fc4c-4323-8ddb-15e7669b9da1",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "The Land of Rape and Honey",
    "release_id": "fcd472b5-ae90-35a5-898e-413bdbfd3493",
    "release_group_id": "7a18b986-afcc-359c-add1-7aa3a79104a2",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}