Information about plays

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

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

{
    "id": 3562310,
    "uri": "https://api.kexp.org/v2/plays/3562310/?format=api",
    "airdate": "2025-10-07T09:43:00-07:00",
    "show": 64770,
    "show_uri": "https://api.kexp.org/v2/shows/64770/?format=api",
    "image_uri": "https://ia801307.us.archive.org/9/items/mbid-fa1d8308-47d4-33af-b377-ecb27483fb2d/mbid-fa1d8308-47d4-33af-b377-ecb27483fb2d-24020454806_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/9/items/mbid-fa1d8308-47d4-33af-b377-ecb27483fb2d/mbid-fa1d8308-47d4-33af-b377-ecb27483fb2d-24020454806_thumb250.jpg",
    "song": "The Obvious Child",
    "track_id": "a674f6c9-03ad-3629-94c4-19d46b660469",
    "recording_id": "be569a83-83e5-460a-95cb-2d4027b3522e",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "The Rhythm of the Saints",
    "release_id": "fa1d8308-47d4-33af-b377-ecb27483fb2d",
    "release_group_id": "9c08260c-d558-391b-ae2b-aba11b9793d8",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#464 on YOUR countdown of the greatest albums of all-time. \nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}