Information about plays

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

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

{
    "id": 3544051,
    "uri": "https://api.kexp.org/v2/plays/3544051/?format=api",
    "airdate": "2025-08-24T03:36:10-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://ia803205.us.archive.org/20/items/mbid-ae2c71ef-0535-4959-a94b-57fad644f5f9/mbid-ae2c71ef-0535-4959-a94b-57fad644f5f9-26615315748_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-ae2c71ef-0535-4959-a94b-57fad644f5f9/mbid-ae2c71ef-0535-4959-a94b-57fad644f5f9-26615315748_thumb250.jpg",
    "song": "Totally Wired",
    "track_id": "ce74800d-e4d8-3ba6-b359-32b2b0d2efd3",
    "recording_id": "7e3ac680-ec07-4075-a2cc-52153d5aa541",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Grotesque (After the Gramme)",
    "release_id": "118eaaa3-5ede-396c-a693-912419821cc4",
    "release_group_id": "c1b569db-0c54-381b-9e26-70b4e063e17d",
    "labels": [
        "Castle Music America"
    ],
    "label_ids": [
        "68e45031-77eb-4735-be45-42245f1205ad"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}