Information about plays

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

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

{
    "id": 3556272,
    "uri": "https://api.kexp.org/v2/plays/3556272/?format=api",
    "airdate": "2025-09-22T09:35:44-07:00",
    "show": 64632,
    "show_uri": "https://api.kexp.org/v2/shows/64632/?format=api",
    "image_uri": "https://ia800906.us.archive.org/4/items/mbid-407f5e7b-229a-4e96-bf69-220686a529c4/mbid-407f5e7b-229a-4e96-bf69-220686a529c4-42396629170_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-407f5e7b-229a-4e96-bf69-220686a529c4/mbid-407f5e7b-229a-4e96-bf69-220686a529c4-42396629170_thumb250.jpg",
    "song": "Forget It",
    "track_id": "20c8e0e4-e13c-4bdb-8dec-4c199a1a5725",
    "recording_id": "a6130503-ecdb-4734-b233-b9577059da11",
    "artist": "Sir Chloe",
    "artist_ids": [
        "3c3a1ea4-922a-4a90-b1aa-b7763d6dbf20"
    ],
    "album": "Swallow the Knife",
    "release_id": "06c8fc80-2944-4395-b4dd-80204bd2c54a",
    "release_group_id": "718c52cd-e177-4d26-9c78-b9d6d91e9bc3",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}