Information about plays

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

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

{
    "id": 3551227,
    "uri": "https://api.kexp.org/v2/plays/3551227/?format=api",
    "airdate": "2025-09-10T08:34:29-07:00",
    "show": 64524,
    "show_uri": "https://api.kexp.org/v2/shows/64524/?format=api",
    "image_uri": "https://ia600706.us.archive.org/15/items/mbid-27402ed9-f85e-4e46-a15d-b6844c1faa23/mbid-27402ed9-f85e-4e46-a15d-b6844c1faa23-24882363923_thumb500.jpg",
    "thumbnail_uri": "https://ia600706.us.archive.org/15/items/mbid-27402ed9-f85e-4e46-a15d-b6844c1faa23/mbid-27402ed9-f85e-4e46-a15d-b6844c1faa23-24882363923_thumb250.jpg",
    "song": "Don’t Come Around Here No More",
    "track_id": "30df837c-e915-31e3-bc02-55947d95bd07",
    "recording_id": "5d7fd617-5a38-4337-a564-2dcb3e8853e9",
    "artist": "Tom Petty and the Heartbreakers",
    "artist_ids": [
        "f93dbc64-6f08-4033-bcc7-8a0bb4689849"
    ],
    "album": "Greatest Hits",
    "release_id": "27402ed9-f85e-4e46-a15d-b6844c1faa23",
    "release_group_id": "cb29784b-db64-3cce-b269-ce711862ca3a",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1993-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Lisa:\n\nHey from Rockport Maine, \nIts my friend/coworker/ employee Drew's birthday today. He would love to hear some Tom Petty while he's toiling away in the bakery. \nThank you for all you do!!\n-------\nHappy Birthday Drew!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}