Information about plays

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

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

{
    "id": 3550474,
    "uri": "https://api.kexp.org/v2/plays/3550474/?format=api",
    "airdate": "2025-09-08T14:26:57-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia802906.us.archive.org/29/items/mbid-de97e37e-21df-3679-95ef-cf6e571278a8/mbid-de97e37e-21df-3679-95ef-cf6e571278a8-33747750243_thumb500.jpg",
    "thumbnail_uri": "https://ia902906.us.archive.org/29/items/mbid-de97e37e-21df-3679-95ef-cf6e571278a8/mbid-de97e37e-21df-3679-95ef-cf6e571278a8-33747750243_thumb250.jpg",
    "song": "The Hand That Feeds",
    "track_id": "593fe551-ca52-3552-8932-2828310a6c33",
    "recording_id": "8a15bbc9-e742-42ed-8bd9-089e20059922",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "With Teeth",
    "release_id": "de97e37e-21df-3679-95ef-cf6e571278a8",
    "release_group_id": "10224fb3-a861-3247-9eab-81b7b0fbb0d4",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}