Information about plays

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

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

{
    "id": 3542116,
    "uri": "https://api.kexp.org/v2/plays/3542116/?format=api",
    "airdate": "2025-08-19T15:58:48-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://ia801604.us.archive.org/18/items/mbid-007cec59-cb91-4b5d-ae71-f6016ebecaf3/mbid-007cec59-cb91-4b5d-ae71-f6016ebecaf3-34886696464_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/18/items/mbid-007cec59-cb91-4b5d-ae71-f6016ebecaf3/mbid-007cec59-cb91-4b5d-ae71-f6016ebecaf3-34886696464_thumb250.jpg",
    "song": "Wonder Theme",
    "track_id": "0ea4383f-7038-4f13-b06c-d810b4ae6ec8",
    "recording_id": "2db671a6-e5ee-419b-b1a0-da19a9c16f11",
    "artist": "Maston",
    "artist_ids": [
        "a5f1d7cc-bd25-474a-a30f-cf01c064c768"
    ],
    "album": "Darkland",
    "release_id": "007cec59-cb91-4b5d-ae71-f6016ebecaf3",
    "release_group_id": "02ad8cd5-9c04-4ead-8d0a-5a757d560555",
    "labels": [
        "Be With Records"
    ],
    "label_ids": [
        "8a3206d3-b9c6-4d02-8ab4-d539f303aab7"
    ],
    "release_date": "2021-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://maston.bandcamp.com/album/darkland-tulips-sessions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}