Information about plays

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

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

{
    "id": 3553746,
    "uri": "https://api.kexp.org/v2/plays/3553746/?format=api",
    "airdate": "2025-09-16T11:26:49-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://ia600608.us.archive.org/8/items/mbid-94e206dd-cf5e-4ec1-8202-6295deaabd4e/mbid-94e206dd-cf5e-4ec1-8202-6295deaabd4e-41198530271_thumb500.jpg",
    "thumbnail_uri": "https://ia800608.us.archive.org/8/items/mbid-94e206dd-cf5e-4ec1-8202-6295deaabd4e/mbid-94e206dd-cf5e-4ec1-8202-6295deaabd4e-41198530271_thumb250.jpg",
    "song": "Daria",
    "track_id": "79e45b39-70c7-4f1d-b708-6489c900dabb",
    "recording_id": "c9323df3-e9a7-4335-aa6f-a88ca81fd670",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Daria",
    "release_id": "94e206dd-cf5e-4ec1-8202-6295deaabd4e",
    "release_group_id": "97002832-a8d5-423c-8129-4dbc198def41",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This new song from Tor y Moi was part of DJ REDSORARE's set last Saturday.\n--\n Originally featured on the Japan-only physical edition of his most recent \"Hole Erth,\" this song marks the first official collaboration between Toro y Moi and Kenny Beats following Toro y Moi’s appearance on Beats’ freestyle show The Cave in 2022.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}