Information about plays

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

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

{
    "id": 3583545,
    "uri": "https://api.kexp.org/v2/plays/3583545/?format=api",
    "airdate": "2025-11-27T06:10:59-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supermarket",
    "track_id": "3234e1a1-14f0-400b-8004-f0cc7203e1df",
    "recording_id": "1a5db017-a031-4584-97a4-fc070765154f",
    "artist": "Wet Leg",
    "artist_ids": [
        "90744b3e-363a-458e-8da1-e3e392a489c4"
    ],
    "album": "Wet Leg",
    "release_id": "949c1b3a-db54-4302-90b3-ec8d0f70a45b",
    "release_group_id": "d53be2e5-fe7c-4681-85f3-960493aa02b5",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2021-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this Live on KEXP performance with British band Wet Leg from 2022 at THING Festival in Port Townsend, WA:\nhttps://www.youtube.com/watch?v=cVVC7UIGRGc\n\nKEXP’s Larry Mizell Jr. sat down with British band Wet Leg, and realized just how silly this band really is - https://www.kexp.org/podcasts/sound-vision/2021/11/30/getting-silly-wet-leg/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}