Information about plays

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

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

{
    "id": 3667443,
    "uri": "https://api.kexp.org/v2/plays/3667443/?format=api",
    "airdate": "2026-06-13T18:04:10-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-0e3afc35-e3d3-4161-ba4c-60e02cdae2bf/mbid-0e3afc35-e3d3-4161-ba4c-60e02cdae2bf-38523790207_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-0e3afc35-e3d3-4161-ba4c-60e02cdae2bf/mbid-0e3afc35-e3d3-4161-ba4c-60e02cdae2bf-38523790207_thumb250.jpg",
    "song": "Put Your Hands On Me",
    "track_id": "021c0031-c839-487f-a233-9c194757bb69",
    "recording_id": "a1fa8108-8396-4979-a84e-157eba49e326",
    "artist": "Thunderpussy",
    "artist_ids": [
        "1822e292-b283-451c-9ba5-c38132dfda63"
    ],
    "album": "West",
    "release_id": "0e3afc35-e3d3-4161-ba4c-60e02cdae2bf",
    "release_group_id": "a3c18682-5b39-415a-8a35-97eb98854296",
    "labels": [
        "Trash Casual"
    ],
    "label_ids": [
        "99531ce9-454c-4b97-a58e-cbdac5acdee3"
    ],
    "release_date": "2024-05-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A cut from Thunderpussy's titanic 2024 record West!\n\nThe last time they played KEXP it was 2018! Watch their set here: https://www.youtube.com/watch?v=7KTEQMsbZxg&t=1s",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}