Information about plays

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

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

{
    "id": 3560780,
    "uri": "https://api.kexp.org/v2/plays/3560780/?format=api",
    "airdate": "2025-10-03T07:53:58-07:00",
    "show": 64732,
    "show_uri": "https://api.kexp.org/v2/shows/64732/?format=api",
    "image_uri": "https://ia801405.us.archive.org/29/items/mbid-0239d797-11ca-3d4d-b838-8a70a984f632/mbid-0239d797-11ca-3d4d-b838-8a70a984f632-3490368220_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/29/items/mbid-0239d797-11ca-3d4d-b838-8a70a984f632/mbid-0239d797-11ca-3d4d-b838-8a70a984f632-3490368220_thumb250.jpg",
    "song": "Stop!",
    "track_id": "e7744c88-5b2e-3d6f-8a6b-815fc96ba4f4",
    "recording_id": "0f223015-9ac6-4bfc-81f5-eba7c90c0c34",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Ritual de lo habitual",
    "release_id": "0239d797-11ca-3d4d-b838-8a70a984f632",
    "release_group_id": "baeba3f5-a5aa-3e6e-944f-cca5374192e4",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one's for Jason!\n--\nWritten by all the members of Jane's Addiction at that time-- drummer Stephen Perkins. bassist Eric Avery, guitarist Dave Navarro, and vocalist Perry Farrell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}