Information about plays

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

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

{
    "id": 3561312,
    "uri": "https://api.kexp.org/v2/plays/3561312/?format=api",
    "airdate": "2025-10-04T19:00:32-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://dn710000.ca.archive.org/0/items/mbid-ec5e955c-8e45-4d33-96c7-dd1b9af30ec6/mbid-ec5e955c-8e45-4d33-96c7-dd1b9af30ec6-34858071128_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-ec5e955c-8e45-4d33-96c7-dd1b9af30ec6/mbid-ec5e955c-8e45-4d33-96c7-dd1b9af30ec6-34858071128_thumb250.jpg",
    "song": "Kim The Waitress",
    "track_id": "20743594-9a0d-432d-9159-c4a4bef8d2e9",
    "recording_id": "cd306a44-4bab-47cb-ab1b-db9f4193b709",
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "Lust Never Sleeps",
    "release_id": "ec5e955c-8e45-4d33-96c7-dd1b9af30ec6",
    "release_group_id": "44281039-5571-4f96-8193-5070691c4e1d",
    "labels": [
        "Endgame Records"
    ],
    "label_ids": [
        "78a72d79-0499-43ea-ba22-9681a13b92e3"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Green Pajamas are a musical group from Seattle, Washington. They formed in the spring of 1984 when Jeff Kelly and Joe Ross recorded and released their first album, Summer Of Lust. They are probably best known for the regional hit single \"Kim the Waitress\". The band released 33 albums between 1984 and 2014.\"\n\nhttps://thegreenpajamas1.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}