Information about plays

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

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

{
    "id": 3627544,
    "uri": "https://api.kexp.org/v2/plays/3627544/?format=api",
    "airdate": "2026-03-10T22:09:13-07:00",
    "show": 66148,
    "show_uri": "https://api.kexp.org/v2/shows/66148/?format=api",
    "image_uri": "https://ia601803.us.archive.org/24/items/mbid-7610eaed-9799-4141-93f4-5debddeaf1dd/mbid-7610eaed-9799-4141-93f4-5debddeaf1dd-44251676709_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-7610eaed-9799-4141-93f4-5debddeaf1dd/mbid-7610eaed-9799-4141-93f4-5debddeaf1dd-44251676709_thumb250.jpg",
    "song": "Patchwork",
    "track_id": "9a81adf2-0aea-4852-b3ab-8623521be177",
    "recording_id": "d1075b50-48c3-482a-914c-0e13f39db024",
    "artist": "Charlotte Day Wilson",
    "artist_ids": [
        "a78f1671-3ebf-4822-b2bd-70ccc3088c2d"
    ],
    "album": "Patchwork",
    "release_id": "7610eaed-9799-4141-93f4-5debddeaf1dd",
    "release_group_id": "a04eda71-b3ba-44f1-8a3d-3f225569e1e9",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}