Information about plays

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

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

{
    "id": 3577744,
    "uri": "https://api.kexp.org/v2/plays/3577744/?format=api",
    "airdate": "2025-11-13T17:42:37-08:00",
    "show": 65100,
    "show_uri": "https://api.kexp.org/v2/shows/65100/?format=api",
    "image_uri": "https://ia801505.us.archive.org/2/items/mbid-ad1af526-19a2-48e6-9d07-bdcac72a5893/mbid-ad1af526-19a2-48e6-9d07-bdcac72a5893-21018841956_thumb500.jpg",
    "thumbnail_uri": "https://ia801505.us.archive.org/2/items/mbid-ad1af526-19a2-48e6-9d07-bdcac72a5893/mbid-ad1af526-19a2-48e6-9d07-bdcac72a5893-21018841956_thumb250.jpg",
    "song": "Fix You",
    "track_id": "506aad3e-9dfa-4ec3-86a1-f3cddd3f19fa",
    "recording_id": "20919a48-4ad5-409c-b639-8db7ca9f9e7a",
    "artist": "Coldplay",
    "artist_ids": [
        "cc197bad-dc9c-440d-a5b5-d52ba2e14234"
    ],
    "album": "X&Y",
    "release_id": "ad1af526-19a2-48e6-9d07-bdcac72a5893",
    "release_group_id": "c50b180a-12c9-3153-8ba5-eac6a6537d6f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Dana\n\nThe father of my child always struggled with mental health and eventually drug addiction to cope. This song always made me think of him and my desire to fix something completely out of my control. He passed away 3.5 years ago from side effects of these ailments. Even though this song tugs at me with hard memories, I still like hearing it and remembering him. So, if you've got time?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}