Information about plays

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

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

{
    "id": 3629574,
    "uri": "https://api.kexp.org/v2/plays/3629574/?format=api",
    "airdate": "2026-03-16T03:37:21-07:00",
    "show": 66195,
    "show_uri": "https://api.kexp.org/v2/shows/66195/?format=api",
    "image_uri": "https://dn710004.ca.archive.org/0/items/mbid-841f0629-5818-4229-b763-fcfd948e6c97/mbid-841f0629-5818-4229-b763-fcfd948e6c97-34654332806_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-841f0629-5818-4229-b763-fcfd948e6c97/mbid-841f0629-5818-4229-b763-fcfd948e6c97-34654332806_thumb250.jpg",
    "song": "Comes and Goes",
    "track_id": "783bca57-b24b-4e34-ba78-1fdf0c17e932",
    "recording_id": "01de8e2c-40d1-40a6-b007-183a90219f3e",
    "artist": "Eddie Chacon feat. Logan Hone",
    "artist_ids": [
        "7e46f65c-10da-4cd9-bd35-158eae77de9d",
        "6996c534-61ca-4c7d-805b-07247227f902"
    ],
    "album": "Sundown",
    "release_id": "841f0629-5818-4229-b763-fcfd948e6c97",
    "release_group_id": "900a8202-d051-46fb-86f5-ba5aeca6ca18",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2023-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}