Information about plays

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

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

{
    "id": 3554026,
    "uri": "https://api.kexp.org/v2/plays/3554026/?format=api",
    "airdate": "2025-09-17T03:11:34-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia801506.us.archive.org/34/items/mbid-96b98793-696b-3841-8352-b6018021db76/mbid-96b98793-696b-3841-8352-b6018021db76-33445359504_thumb500.jpg",
    "thumbnail_uri": "https://ia801506.us.archive.org/34/items/mbid-96b98793-696b-3841-8352-b6018021db76/mbid-96b98793-696b-3841-8352-b6018021db76-33445359504_thumb250.jpg",
    "song": "Stay Free",
    "track_id": "36ebfa98-9489-3bcb-9b3a-e9ddc450c56d",
    "recording_id": "d7d216e6-f056-48c0-8563-1dc674cee977",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Give ’Em Enough Rope",
    "release_id": "96b98793-696b-3841-8352-b6018021db76",
    "release_group_id": "fcd23bde-a71f-3a1e-8c7a-cde4eb427532",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}