Information about plays

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

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

{
    "id": 3610096,
    "uri": "https://api.kexp.org/v2/plays/3610096/?format=api",
    "airdate": "2026-01-28T06:36:31-08:00",
    "show": 65775,
    "show_uri": "https://api.kexp.org/v2/shows/65775/?format=api",
    "image_uri": "https://ia600608.us.archive.org/1/items/mbid-ef4db1ca-980d-4288-836d-d96c57ac5378/mbid-ef4db1ca-980d-4288-836d-d96c57ac5378-40891873572_thumb500.jpg",
    "thumbnail_uri": "https://ia800608.us.archive.org/1/items/mbid-ef4db1ca-980d-4288-836d-d96c57ac5378/mbid-ef4db1ca-980d-4288-836d-d96c57ac5378-40891873572_thumb250.jpg",
    "song": "Caravan",
    "track_id": "9e988f1f-b810-4dd2-b3a5-9511b2d74ff0",
    "recording_id": "19ecce50-ea47-40b7-a1ba-0931998656d3",
    "artist": "Σtella",
    "artist_ids": [
        "b0a53552-bddc-4c04-9839-be03f42b4cdf"
    ],
    "album": "Adagio",
    "release_id": "ef4db1ca-980d-4288-836d-d96c57ac5378",
    "release_group_id": "d84d2abc-adf9-4744-ac69-ec7a57e3c70a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Almost as soon as Stella Chronopoulou began writing Adagio, her fifth album as Σtella, she knew the time had finally come to sing in Greek, her native tongue.\n\nLearn more about the artist and the album at the Sub Pop website: https://www.subpop.com/artists/stella",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}