Information about plays

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

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

{
    "id": 3610956,
    "uri": "https://api.kexp.org/v2/plays/3610956/?format=api",
    "airdate": "2026-01-30T07:55:37-08:00",
    "show": 65792,
    "show_uri": "https://api.kexp.org/v2/shows/65792/?format=api",
    "image_uri": "https://dn721307.ca.archive.org/0/items/mbid-d03cee24-d96b-40ab-a566-e3107b842780/mbid-d03cee24-d96b-40ab-a566-e3107b842780-42436887334_thumb500.jpg",
    "thumbnail_uri": "https://dn721307.ca.archive.org/0/items/mbid-d03cee24-d96b-40ab-a566-e3107b842780/mbid-d03cee24-d96b-40ab-a566-e3107b842780-42436887334_thumb250.jpg",
    "song": "99 Red Balloons",
    "track_id": "ed4eb463-9464-3336-8864-9bca4a0c92c1",
    "recording_id": "92d2ba37-0ca0-4c21-9d85-f07982086c39",
    "artist": "7Seconds",
    "artist_ids": [
        "3594dd1c-1267-471f-a6e2-78978bb3e024"
    ],
    "album": "Walk Together, Rock Together",
    "release_id": "a160c744-e3c2-4195-8772-791c5f41fbd3",
    "release_group_id": "5fb409dd-66f6-34d2-92d0-3e97bae3e903",
    "labels": [
        "BYO Records"
    ],
    "label_ids": [
        "22d95710-afed-488e-b97b-9f85c74bbe20"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover... \"99 Luftballons\" (German: Neunundneunzig Luftballons, \"99 balloons\") is a song by the West German band Nena from their 1983 self-titled album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}