Information about plays

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

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

{
    "id": 3570279,
    "uri": "https://api.kexp.org/v2/plays/3570279/?format=api",
    "airdate": "2025-10-26T15:24:30-07:00",
    "show": 64941,
    "show_uri": "https://api.kexp.org/v2/shows/64941/?format=api",
    "image_uri": "https://dn721501.ca.archive.org/0/items/mbid-14c905c0-a496-330c-876c-dae411d3450f/mbid-14c905c0-a496-330c-876c-dae411d3450f-42939565153_thumb500.jpg",
    "thumbnail_uri": "https://dn721501.ca.archive.org/0/items/mbid-14c905c0-a496-330c-876c-dae411d3450f/mbid-14c905c0-a496-330c-876c-dae411d3450f-42939565153_thumb250.jpg",
    "song": "Love Is a Stranger",
    "track_id": "29aa5b79-f73a-3df5-8218-4c2bf4f267ad",
    "recording_id": "1d0f1ea5-0a92-4578-a7e7-3f2a7129da61",
    "artist": "Eurythmics",
    "artist_ids": [
        "b4d32cff-f19e-455f-86c4-f347d824ca61"
    ],
    "album": "Sweet Dreams (Are Made of This)",
    "release_id": "14c905c0-a496-330c-876c-dae411d3450f",
    "release_group_id": "b969f851-b5cf-3a3f-9bfe-1280eb271406",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the second studio album by British pop duo Eurythmics, consisting of Annie Lennox and Dave Stewart. \n\nFun fact: The grunts in the song were provided by a chef from a neighboring restaurant. His vocals were processed with a reverb to get what we hear now.\n\nhttps://www.eurythmics.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}