Information about plays

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

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

{
    "id": 3500338,
    "uri": "https://api.kexp.org/v2/plays/3500338/?format=api",
    "airdate": "2025-05-12T08:04:01-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "https://ia904601.us.archive.org/0/items/mbid-c81489c1-9ac7-47d9-8c86-5bf3509907c8/mbid-c81489c1-9ac7-47d9-8c86-5bf3509907c8-41063677434_thumb500.jpg",
    "thumbnail_uri": "https://ia804601.us.archive.org/0/items/mbid-c81489c1-9ac7-47d9-8c86-5bf3509907c8/mbid-c81489c1-9ac7-47d9-8c86-5bf3509907c8-41063677434_thumb250.jpg",
    "song": "Rodeo",
    "track_id": "7b3b00ed-e740-47c8-98ec-a24dbe99e276",
    "recording_id": "cb1014c9-f0e3-47d5-94a2-1731da0cac8e",
    "artist": "Momma",
    "artist_ids": [
        "a17342a6-e661-4874-9687-957caf010377"
    ],
    "album": "Welcome to My Blue Sky",
    "release_id": "c81489c1-9ac7-47d9-8c86-5bf3509907c8",
    "release_group_id": "453f2f7b-fa88-4d29-bd43-a512464ef2d0",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Momma will be Live on KEXP this Thursday, May 15, at 12 PM!\n\nhttps://kexp.org/events/kexp-events/momma-live-on-kexp-kexp_402959/\n\nMomma is also on tour!\n\n- Seattle, WA, on Wednesday, May 14 at Neumos\n\nhttps://www.mommaband.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}