Information about plays

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

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

{
    "id": 3632798,
    "uri": "https://api.kexp.org/v2/plays/3632798/?format=api",
    "airdate": "2026-03-23T16:51:27-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f-16544589722_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f-16544589722_thumb250.jpg",
    "song": "Mysterious Ways",
    "track_id": "5fa0f8b0-7d73-3b0b-9902-0b4430ca9539",
    "recording_id": "927c6d55-12b3-4135-8413-5a5f222640fc",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Achtung Baby",
    "release_id": "bde8784b-ae7e-4553-9dda-1c4a19d3a56f",
    "release_group_id": "744c7a1b-ac79-35c4-bd92-7e2c6a24c8d8",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Achtung Baby\" was U2’s first full length album of the 1991's and their seventh album of their career. The album was produced by Brian Eno and Danny Lanois.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}