Information about plays

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

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

{
    "id": 3567683,
    "uri": "https://api.kexp.org/v2/plays/3567683/?format=api",
    "airdate": "2025-10-20T16:39:07-07:00",
    "show": 64889,
    "show_uri": "https://api.kexp.org/v2/shows/64889/?format=api",
    "image_uri": "https://coverartarchive.org/release/a09ea20f-0a3f-4421-886b-a1ed53775d9e/17419443839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a09ea20f-0a3f-4421-886b-a1ed53775d9e/17419443839-250.jpg",
    "song": "Refugee",
    "track_id": null,
    "recording_id": "63379817-a24d-4b56-b561-156d529ead31",
    "artist": "Tom Petty and the Heartbreakers",
    "artist_ids": [
        "f93dbc64-6f08-4033-bcc7-8a0bb4689849"
    ],
    "album": "Damn the Torpedoes",
    "release_id": null,
    "release_group_id": "871631b9-651c-3c2e-88ae-3a2491d9eb6b",
    "labels": [
        "Backstreet Records"
    ],
    "label_ids": [
        "d1d45bcb-1cf4-4da5-9f7f-14c5b739b69d"
    ],
    "release_date": "1979-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tom Petty would have been 75 today.  This album was released the day before his 29th birthday.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}