Information about plays

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

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

{
    "id": 3632377,
    "uri": "https://api.kexp.org/v2/plays/3632377/?format=api",
    "airdate": "2026-03-22T14:09:35-07:00",
    "show": 66251,
    "show_uri": "https://api.kexp.org/v2/shows/66251/?format=api",
    "image_uri": "https://dn711108.ca.archive.org/0/items/mbid-43d6af14-1349-4ff9-841e-34d6df11e782/mbid-43d6af14-1349-4ff9-841e-34d6df11e782-11681308595_thumb500.jpg",
    "thumbnail_uri": "https://dn711108.ca.archive.org/0/items/mbid-43d6af14-1349-4ff9-841e-34d6df11e782/mbid-43d6af14-1349-4ff9-841e-34d6df11e782-11681308595_thumb250.jpg",
    "song": "It Girl",
    "track_id": "ca27816c-25bb-43ab-8c6e-cb691a96b180",
    "recording_id": "255cd096-433e-465b-ae9f-300068f98317",
    "artist": "Pharrell Williams",
    "artist_ids": [
        "149f91ef-1287-46da-9a8e-87fee02f1471"
    ],
    "album": "G I R L",
    "release_id": "f5f903d2-cf08-4bf7-ab83-846d874e3eaa",
    "release_group_id": "b98397c3-76c8-4d00-8274-fbbc418bb99f",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2014-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pharrell collaborated with Daft Punk on the 2013 track \"Get Lucky\" from the \"Random Access Memories\" album.\n\nIG: @pharrell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}