Information about plays

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

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

{
    "id": 3546597,
    "uri": "https://api.kexp.org/v2/plays/3546597/?format=api",
    "airdate": "2025-08-30T05:55:37-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia601801.us.archive.org/18/items/mbid-56117179-bfb0-43ed-8fb9-59f4aea77099/mbid-56117179-bfb0-43ed-8fb9-59f4aea77099-35813001765_thumb500.jpg",
    "thumbnail_uri": "https://ia801801.us.archive.org/18/items/mbid-56117179-bfb0-43ed-8fb9-59f4aea77099/mbid-56117179-bfb0-43ed-8fb9-59f4aea77099-35813001765_thumb250.jpg",
    "song": "You Don’t Scare Me",
    "track_id": "37aedb0e-8b88-4435-9cc4-253f3ac7cf66",
    "recording_id": "fa4ef253-a77a-476d-983c-34685b5e56fc",
    "artist": "Becca Mancari",
    "artist_ids": [
        "c87cdfa5-d59f-4e5f-92dc-6320aec37bb1"
    ],
    "album": "Left Hand",
    "release_id": "56117179-bfb0-43ed-8fb9-59f4aea77099",
    "release_group_id": "dcb931a1-0a8e-4967-87eb-abb49ecd8676",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2023-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}