Information about plays

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

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

{
    "id": 3579768,
    "uri": "https://api.kexp.org/v2/plays/3579768/?format=api",
    "airdate": "2025-11-18T08:40:39-08:00",
    "show": 65144,
    "show_uri": "https://api.kexp.org/v2/shows/65144/?format=api",
    "image_uri": "https://ia601309.us.archive.org/22/items/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f-16544589722_thumb500.jpg",
    "thumbnail_uri": "https://ia601309.us.archive.org/22/items/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f-16544589722_thumb250.jpg",
    "song": "Ultra Violet (Light My Way)",
    "track_id": "d81a2b09-920b-431a-9918-36c5ba9a40fd",
    "recording_id": "9b540e47-143b-44d8-86c1-fd8b56eac6b8",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Achtung Baby",
    "release_id": "5b86b2ff-77e6-4c8c-9f36-7c4a274ad2e6",
    "release_group_id": "744c7a1b-ac79-35c4-bd92-7e2c6a24c8d8",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1991, 24 years ago, U2 releases 'Achtung Baby'.\n--\nThe album was produced by Brian Eno and Danny Lanois. Lanois acted as primary producer, and Mark Ellis, aka Flood, was the engineer.\nHere's background on U2's seventh studio album: https://www.u2songs.com/discography/u2_achtung_baby_album_original_release",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}