Information about plays

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

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

{
    "id": 3553784,
    "uri": "https://api.kexp.org/v2/plays/3553784/?format=api",
    "airdate": "2025-09-16T13:34:44-07:00",
    "show": 64579,
    "show_uri": "https://api.kexp.org/v2/shows/64579/?format=api",
    "image_uri": "https://ia801902.us.archive.org/0/items/mbid-4d045e83-93e8-4881-8feb-427fb9237650/mbid-4d045e83-93e8-4881-8feb-427fb9237650-41952973329_thumb500.jpg",
    "thumbnail_uri": "https://dn721705.ca.archive.org/0/items/mbid-4d045e83-93e8-4881-8feb-427fb9237650/mbid-4d045e83-93e8-4881-8feb-427fb9237650-41952973329_thumb250.jpg",
    "song": "Donahoo’s Chicken",
    "track_id": "aba91f5f-e37a-4cc6-ba4f-9fcfeac924b1",
    "recording_id": "1894b23c-ad36-41d7-9ea9-ca124e113a99",
    "artist": "Maxo",
    "artist_ids": [
        "67d27575-bdc0-4db0-9868-ac849f0399d1"
    ],
    "album": "Mars Is Electric",
    "release_id": "4d045e83-93e8-4881-8feb-427fb9237650",
    "release_group_id": "bccb34ca-4590-4412-8c56-9d555dc11006",
    "labels": [
        "SMILEFORME"
    ],
    "label_ids": [
        "a6144cef-530c-443e-93db-06154403b1d3"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from LA rapper Maxo!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}