Information about plays

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

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

{
    "id": 3571237,
    "uri": "https://api.kexp.org/v2/plays/3571237/?format=api",
    "airdate": "2025-10-29T01:57:01-07:00",
    "show": 64962,
    "show_uri": "https://api.kexp.org/v2/shows/64962/?format=api",
    "image_uri": "https://ia902806.us.archive.org/8/items/mbid-45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8/mbid-45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8-27636813580_thumb500.jpg",
    "thumbnail_uri": "https://ia902806.us.archive.org/8/items/mbid-45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8/mbid-45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8-27636813580_thumb250.jpg",
    "song": "Relax",
    "track_id": "2d85645b-bdaa-4e09-90d5-622b9665b799",
    "recording_id": "55cde9c5-1730-49b7-a3eb-f245a499eb21",
    "artist": "Frankie Goes to Hollywood",
    "artist_ids": [
        "c09c8263-40ef-4352-8031-e438b1ce68fc"
    ],
    "album": "Welcome to the Pleasuredome",
    "release_id": "45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8",
    "release_group_id": "c734406b-3c8a-3214-98cc-dd553f82f813",
    "labels": [
        "ZTT"
    ],
    "label_ids": [
        "ed845c80-883e-4569-9d11-2f40117ab840"
    ],
    "release_date": "1984-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD in 1984 - Frankie Goes to Hollywood released their debut album, Welcome to the Pleasuredome. The record was produced by the highly influential Trevor Horn, and it features the hit songs “Relax,” “Two Tribes,” “The Power of Love,” and the title track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}