Information about plays

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

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

{
    "id": 3543306,
    "uri": "https://api.kexp.org/v2/plays/3543306/?format=api",
    "airdate": "2025-08-22T14:08:17-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://ia801604.us.archive.org/28/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/28/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842_thumb250.jpg",
    "song": "Strangers",
    "track_id": "f280d32c-dfed-3be5-9906-91e00e348d1e",
    "recording_id": "e97f805a-ab48-4c52-855e-07049142113d",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Dummy",
    "release_id": "76df3287-6cda-33eb-8e9a-044b5e15ffdd",
    "release_group_id": "48140466-cff6-3222-bd55-63c27e43190d",
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1994-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1994, Portishead's Dummy.\n\nOn this song, Portishead sampled \"Elegant People\" by Weather Report, a song written by Wayne Shorter. Shorter was born Aub. 25, 1933 in Newark, New Jersey. He studied music at New York University and went on to have a decades-long music career that included 12 Grammy wins. https://www.npr.org/2023/03/02/768874324/wayne-shorter-sage-of-the-saxophone-dies-at-89",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}