Information about plays

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

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

{
    "id": 3624309,
    "uri": "https://api.kexp.org/v2/plays/3624309/?format=api",
    "airdate": "2026-03-02T07:18:01-08:00",
    "show": 66071,
    "show_uri": "https://api.kexp.org/v2/shows/66071/?format=api",
    "image_uri": "https://ia601609.us.archive.org/7/items/mbid-500a8eb2-2a77-3cb5-a149-4f2c12ddd44f/mbid-500a8eb2-2a77-3cb5-a149-4f2c12ddd44f-9742894761_thumb500.jpg",
    "thumbnail_uri": "https://ia601609.us.archive.org/7/items/mbid-500a8eb2-2a77-3cb5-a149-4f2c12ddd44f/mbid-500a8eb2-2a77-3cb5-a149-4f2c12ddd44f-9742894761_thumb250.jpg",
    "song": "Don't Dream It's Over",
    "track_id": "922a2239-7b6c-3a95-a4cf-a2a74d93f8f8",
    "recording_id": "d05b668e-6732-4150-84fb-c41a8bacba35",
    "artist": "Crowded House",
    "artist_ids": [
        "9854d99f-d954-4c0f-9ae5-58a0cdd885f5"
    ],
    "album": "Crowded House",
    "release_id": "500a8eb2-2a77-3cb5-a149-4f2c12ddd44f",
    "release_group_id": "9fd1dad9-94a1-36f3-9288-33fdbbc6cc8c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hey now, hey now...\" Sing along with Neil Finn during this live performance at the Sydney Opera House: https://www.youtube.com/watch?v=zguFTB8RuGM\n--\nSee an in-studio performance by Neil Finn at KEXP in 2014: https://www.youtube.com/watch?v=Kilq26FC-1g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}