Information about plays

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

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

{
    "id": 3600501,
    "uri": "https://api.kexp.org/v2/plays/3600501/?format=api",
    "airdate": "2026-01-05T08:05:23-08:00",
    "show": 65570,
    "show_uri": "https://api.kexp.org/v2/shows/65570/?format=api",
    "image_uri": "https://ia800501.us.archive.org/24/items/mbid-38ffbebe-8b4e-32df-a29e-ad755e09599a/mbid-38ffbebe-8b4e-32df-a29e-ad755e09599a-16239953987_thumb500.jpg",
    "thumbnail_uri": "https://ia600501.us.archive.org/24/items/mbid-38ffbebe-8b4e-32df-a29e-ad755e09599a/mbid-38ffbebe-8b4e-32df-a29e-ad755e09599a-16239953987_thumb250.jpg",
    "song": "Up the Down Escalator",
    "track_id": "2a49d093-19d3-3ba2-89d3-63a51bb737bc",
    "recording_id": "5ae56635-a32c-4301-9944-7f38f9b0025e",
    "artist": "The Chameleons",
    "artist_ids": [
        "8d07f60f-b9f4-46c0-9c27-31de0fb9b671"
    ],
    "album": "Script of the Bridge",
    "release_id": "38ffbebe-8b4e-32df-a29e-ad755e09599a",
    "release_group_id": "800508e1-5174-3f58-9fb5-35f469b677ed",
    "labels": [
        "Virgin Schallplatten GmbH"
    ],
    "label_ids": [
        "7d205322-a078-49e5-a1dc-7f90017cbb92"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut record from this band that formed in Middleton, UK in 1981.\n\nWatch them perform this song in 1983 on Belgian TV: https://www.youtube.com/watch?v=XP7TxTAmKXU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}