Information about plays

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

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

{
    "id": 3548216,
    "uri": "https://api.kexp.org/v2/plays/3548216/?format=api",
    "airdate": "2025-09-03T00:52:33-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://ia800103.us.archive.org/9/items/mbid-9b88cf3e-4077-4c1b-b5c2-148a7c7066c2/mbid-9b88cf3e-4077-4c1b-b5c2-148a7c7066c2-10876326803_thumb500.jpg",
    "thumbnail_uri": "https://ia600103.us.archive.org/9/items/mbid-9b88cf3e-4077-4c1b-b5c2-148a7c7066c2/mbid-9b88cf3e-4077-4c1b-b5c2-148a7c7066c2-10876326803_thumb250.jpg",
    "song": "Sideways",
    "track_id": "29c86c9d-8a74-46fa-99ff-225b956b1f35",
    "recording_id": "1ea8d756-c7f1-4d82-8288-207e533f25a9",
    "artist": "Citizen Cope",
    "artist_ids": [
        "9b21f670-8359-4e11-be1d-bf75b649a719"
    ],
    "album": "The Clarence Greenwood Recordings",
    "release_id": "3245c3bf-9450-438b-9d7e-2d60ce506773",
    "release_group_id": "baa86671-b1be-3db2-a31a-8694e05f1c72",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2004-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "https://citizencope.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}