Information about plays

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

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

{
    "id": 3617716,
    "uri": "https://api.kexp.org/v2/plays/3617716/?format=api",
    "airdate": "2026-02-15T04:58:01-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-cfb14a9a-e063-4beb-8a2c-08e1e74261fe/mbid-cfb14a9a-e063-4beb-8a2c-08e1e74261fe-2846775424_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-cfb14a9a-e063-4beb-8a2c-08e1e74261fe/mbid-cfb14a9a-e063-4beb-8a2c-08e1e74261fe-2846775424_thumb250.jpg",
    "song": "Heart of Glass",
    "track_id": "dda34c6b-178f-3c23-a9ab-f2e26c111fd0",
    "recording_id": "d1b01fed-cac8-456b-adfb-7ee3e71c2fa3",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Parallel Lines",
    "release_id": "cfb14a9a-e063-4beb-8a2c-08e1e74261fe",
    "release_group_id": "0c1a4d70-5926-3ae8-aa25-466fe65639fe",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}