Information about plays

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

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

{
    "id": 3548275,
    "uri": "https://api.kexp.org/v2/plays/3548275/?format=api",
    "airdate": "2025-09-03T04:28:40-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia801902.us.archive.org/18/items/mbid-433caf55-ee9d-4ee4-a33d-fce4ba3355c6/mbid-433caf55-ee9d-4ee4-a33d-fce4ba3355c6-27070609639_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/18/items/mbid-433caf55-ee9d-4ee4-a33d-fce4ba3355c6/mbid-433caf55-ee9d-4ee4-a33d-fce4ba3355c6-27070609639_thumb250.jpg",
    "song": "A Life of Possibilities",
    "track_id": "2a26292c-602a-3f03-a4f3-eb60ba4f1530",
    "recording_id": "200807ca-00d5-46fb-a528-71787eac62ca",
    "artist": "The Dismemberment Plan",
    "artist_ids": [
        "1131e5da-dfdf-46c9-b6ff-b7ac552c2a3c"
    ],
    "album": "Emergency & I",
    "release_id": "433caf55-ee9d-4ee4-a33d-fce4ba3355c6",
    "release_group_id": "0bdaa1db-86ed-392d-b4c0-366fc8d00b93",
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "1999-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for Damian in NC!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}