Information about plays

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

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

{
    "id": 3632617,
    "uri": "https://api.kexp.org/v2/plays/3632617/?format=api",
    "airdate": "2026-03-23T05:06:12-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "https://dn710102.ca.archive.org/0/items/mbid-ee318d71-782c-4bdd-9e18-21d4f459ff0e/mbid-ee318d71-782c-4bdd-9e18-21d4f459ff0e-31561605364_thumb500.jpg",
    "thumbnail_uri": "https://ia601208.us.archive.org/20/items/mbid-ee318d71-782c-4bdd-9e18-21d4f459ff0e/mbid-ee318d71-782c-4bdd-9e18-21d4f459ff0e-31561605364_thumb250.jpg",
    "song": "Keep Talking",
    "track_id": "0ad9aae8-8ca1-4e6b-aa27-9d21eeba1618",
    "recording_id": "81ce11c1-21b7-4d88-b5b7-9458101fc423",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Division Bell",
    "release_id": "dd4379d6-c806-4517-a865-97efa8ae8374",
    "release_group_id": "90878b63-f639-3c8b-aefb-190bdf3d1790",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samples audio from the 1993 British Telecom - 'Hawking' TV commercial, and the track was covered by David Bowie\n\nhttps://www.youtube.com/watch?v=HJ7zbzJZsjs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}