Information about plays

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

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

{
    "id": 3552842,
    "uri": "https://api.kexp.org/v2/plays/3552842/?format=api",
    "airdate": "2025-09-14T05:15:18-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia804504.us.archive.org/14/items/mbid-1134c9a9-18eb-4930-933a-48bd0c1f0d57/mbid-1134c9a9-18eb-4930-933a-48bd0c1f0d57-22276388543_thumb500.jpg",
    "thumbnail_uri": "https://ia804504.us.archive.org/14/items/mbid-1134c9a9-18eb-4930-933a-48bd0c1f0d57/mbid-1134c9a9-18eb-4930-933a-48bd0c1f0d57-22276388543_thumb250.jpg",
    "song": "Cure for Pain",
    "track_id": "2d410d6d-a6be-32f8-a82f-0f86e3ee2d0b",
    "recording_id": "5f8fad6c-156c-40d6-9afb-454948104be5",
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Cure for Pain",
    "release_id": "1134c9a9-18eb-4930-933a-48bd0c1f0d57",
    "release_group_id": "f8360cc5-f6fc-34b2-b32a-eebfcd5f8398",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1993. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}