Information about plays

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

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

{
    "id": 3594388,
    "uri": "https://api.kexp.org/v2/plays/3594388/?format=api",
    "airdate": "2025-12-22T08:14:06-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chaise Longue",
    "track_id": "1f5dca43-6c7e-47c5-825f-d35a3e1937dc",
    "recording_id": "4cecbd69-fe33-4586-a88c-7a62aeab56c3",
    "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": "In 2021, Larry Mizell, Jr. sat down with Rhian Teasdale and Hester Chambers and discovered how silly this band really is: https://www.kexp.org/podcasts/sound-vision/2021/11/30/getting-silly-wet-leg/\n--\nCheck out the official video for this song.: https://www.youtube.com/watch?v=Zd9jeJk2UHQ\n--\nhttps://wetlegband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}