Information about plays

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

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

{
    "id": 3562402,
    "uri": "https://api.kexp.org/v2/plays/3562402/?format=api",
    "airdate": "2025-10-07T17:12:36-07:00",
    "show": 64773,
    "show_uri": "https://api.kexp.org/v2/shows/64773/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-34896707-186f-4eda-aabe-61e28ea94de2/mbid-34896707-186f-4eda-aabe-61e28ea94de2-19889831511_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-34896707-186f-4eda-aabe-61e28ea94de2/mbid-34896707-186f-4eda-aabe-61e28ea94de2-19889831511_thumb250.jpg",
    "song": "Me and My Husband",
    "track_id": "0ae18086-ab02-4d37-acf6-b97bd9f04dec",
    "recording_id": "aa2e409c-ab42-4cf4-b6bb-005ff1dfb2a3",
    "artist": "Mitski",
    "artist_ids": [
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5"
    ],
    "album": "Be the Cowboy",
    "release_id": "34896707-186f-4eda-aabe-61e28ea94de2",
    "release_group_id": "18564a20-d557-4f7c-81e7-8d1d40a1be55",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2018-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "# 394\n__\nMitski performed live on KEXP, Halloween of 2018. Watch the session, and don't miss Troy hosting in costume!\nhttps://www.youtube.com/watch?v=22nLs0Omn-8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}