Information about plays

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

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

{
    "id": 3637952,
    "uri": "https://api.kexp.org/v2/plays/3637952/?format=api",
    "airdate": "2026-04-04T22:48:58-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7e004a3-4f25-4d09-9183-3f5257ad7b48/43199538387-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7e004a3-4f25-4d09-9183-3f5257ad7b48/43199538387-250.jpg",
    "song": "Almost Young",
    "track_id": null,
    "recording_id": "8db658ad-c37a-495b-ae80-faf8c68174d4",
    "artist": "The Penske File",
    "artist_ids": [
        "4ae8d8a7-f367-4c21-9399-59bde0c896b5"
    ],
    "album": "Reprieve",
    "release_id": null,
    "release_group_id": "365c04f7-1033-45c5-a6d3-c75a20dfb0b1",
    "labels": [
        "Stomp Records"
    ],
    "label_ids": [
        "1b5ffc62-d375-47af-94eb-bbc397735ae6"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Penske File is a Canadian band comprised of three childhood friends who began making music together 20 years ago, when they were only 12 and 13 years old.\n\nThe band's label, Stomp Records, is celebrating their 30th anniversary this year.\n\nhttps://thepenskefileband.bandcamp.com/album/reprieve\nhttps://stomprecords.com/bands/penske-file/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}