Information about plays

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

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

{
    "id": 3638140,
    "uri": "https://api.kexp.org/v2/plays/3638140/?format=api",
    "airdate": "2026-04-05T10:34:15-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn710304.ca.archive.org/0/items/mbid-0ddb86e6-9889-4563-a12c-f192f3c8159f/mbid-0ddb86e6-9889-4563-a12c-f192f3c8159f-14736665988_thumb500.jpg",
    "thumbnail_uri": "https://dn710304.ca.archive.org/0/items/mbid-0ddb86e6-9889-4563-a12c-f192f3c8159f/mbid-0ddb86e6-9889-4563-a12c-f192f3c8159f-14736665988_thumb250.jpg",
    "song": "Irene",
    "track_id": "30ab25f8-cf8a-4879-a149-7cda73bc2546",
    "recording_id": "17426e7f-73ba-4773-b99f-9ab8e16f4877",
    "artist": "Courtney Marie Andrews",
    "artist_ids": [
        "42f0a4aa-644b-4bb6-aca0-07207562e8cb"
    ],
    "album": "Honest Life",
    "release_id": "0ddb86e6-9889-4563-a12c-f192f3c8159f",
    "release_group_id": "e95f6a5e-ffa6-47ca-8f52-1cab798fdcff",
    "labels": [
        "Mama Bird Recording Co"
    ],
    "label_ids": [
        "e50009d6-c524-474a-860c-b95c03cc5382"
    ],
    "release_date": "2016-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}