Information about plays

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

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

{
    "id": 3551384,
    "uri": "https://api.kexp.org/v2/plays/3551384/?format=api",
    "airdate": "2025-09-10T17:51:53-07:00",
    "show": 64527,
    "show_uri": "https://api.kexp.org/v2/shows/64527/?format=api",
    "image_uri": "https://ia601508.us.archive.org/2/items/mbid-4a56ccb3-371f-4163-806e-8f649647dcf4/mbid-4a56ccb3-371f-4163-806e-8f649647dcf4-40662642901_thumb500.jpg",
    "thumbnail_uri": "https://ia601508.us.archive.org/2/items/mbid-4a56ccb3-371f-4163-806e-8f649647dcf4/mbid-4a56ccb3-371f-4163-806e-8f649647dcf4-40662642901_thumb250.jpg",
    "song": "Arterial",
    "track_id": "f0e5391b-19b2-4e20-afd9-6c56fa573f1f",
    "recording_id": "e0b0af2c-11b6-408a-8bee-8ab9cf581ec8",
    "artist": "L'usine",
    "artist_ids": [
        "24ee4021-50ac-4285-b76e-860082d0d731"
    ],
    "album": "Arterial",
    "release_id": "4a56ccb3-371f-4163-806e-8f649647dcf4",
    "release_group_id": "b91bee8a-75ed-490d-af30-35cd74d22f41",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2014-08-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle producer Lusine provides abstract and melodic sounds on his 2014 release \"Arterial.\" The music video, from director Christophe Thockler, for the title-track was built using over 7000 individual stop-motion images -- it's super cool: https://youtu.be/qqqsOWQXbIE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}