Information about plays

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

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

{
    "id": 3545750,
    "uri": "https://api.kexp.org/v2/plays/3545750/?format=api",
    "airdate": "2025-08-28T05:08:18-07:00",
    "show": 64407,
    "show_uri": "https://api.kexp.org/v2/shows/64407/?format=api",
    "image_uri": "https://ia800302.us.archive.org/7/items/mbid-f7373a05-cbd2-3385-a67f-35d10e06ac4f/mbid-f7373a05-cbd2-3385-a67f-35d10e06ac4f-5752908986_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/7/items/mbid-f7373a05-cbd2-3385-a67f-35d10e06ac4f/mbid-f7373a05-cbd2-3385-a67f-35d10e06ac4f-5752908986_thumb250.jpg",
    "song": "In the Air Tonight",
    "track_id": "38a69f6e-8262-3974-a08d-7c10d08ceb19",
    "recording_id": "8711afe0-f179-4965-874b-88a05260b2b2",
    "artist": "Phil Collins",
    "artist_ids": [
        "401c3991-b76b-499d-8082-9f2df958ef78"
    ],
    "album": "Face Value",
    "release_id": "f7373a05-cbd2-3385-a67f-35d10e06ac4f",
    "release_group_id": "1cbc1a5a-5512-3f8e-997b-d9281b83722b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Phil Collins travel the world in his classic video of this track:\n\nhttps://www.youtube.com/watch?v=sRY1NG1P_kw\n\nAnd watch him perform it live during the \"No Jacket Required\" 1985 tour:\n\nhttps://www.youtube.com/watch?v=Cq1l5-DLUJ0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}