Information about plays

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

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

{
    "id": 3569783,
    "uri": "https://api.kexp.org/v2/plays/3569783/?format=api",
    "airdate": "2025-10-25T13:50:37-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "https://ia801206.us.archive.org/27/items/mbid-028a24f8-bf25-46d0-8f45-bf5aca882736/mbid-028a24f8-bf25-46d0-8f45-bf5aca882736-41524576879_thumb500.jpg",
    "thumbnail_uri": "https://ia601206.us.archive.org/27/items/mbid-028a24f8-bf25-46d0-8f45-bf5aca882736/mbid-028a24f8-bf25-46d0-8f45-bf5aca882736-41524576879_thumb250.jpg",
    "song": "Sign “☮” the Times",
    "track_id": "ad32793b-8d64-3208-94e1-6352c49c050c",
    "recording_id": "ba2bc866-007a-48ee-b0f3-8eb179793798",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Sign “☮” the Times",
    "release_id": "028a24f8-bf25-46d0-8f45-bf5aca882736",
    "release_group_id": "90718403-7634-3786-84bf-2053a7bd4f4c",
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1987-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}