Information about plays

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

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

{
    "id": 3607965,
    "uri": "https://api.kexp.org/v2/plays/3607965/?format=api",
    "airdate": "2026-01-23T07:04:18-08:00",
    "show": 65730,
    "show_uri": "https://api.kexp.org/v2/shows/65730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Moon on Monday",
    "track_id": "8cbb9b9e-c49f-4813-99e1-7e35a8784094",
    "recording_id": "2fe60926-379f-4f83-a4d7-cf54a1784e73",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Seven and the Ragged Tiger",
    "release_id": "16f3e0e5-d952-4ec4-815a-cdd0845dfccc",
    "release_group_id": "c574bd67-dbac-352a-8783-cb5a43b369cc",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1983-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, happy Friday, and welcome to The Morning Show with the delightful John Richards and lovely producer Owen Murphy. Our Album of the week is M83's \"Saturdays = Youth.\" Thanks so much for being here with us! \n--\nHappy anniversary!  On this date in 1984, Duran Duran released the single \"New Moon on Monday\" from the album Seven and the Ragged Tiger.\n--\nThey're so attractive!  Watch John's heartthrobs performing \"New Moon on Monday\" live in 1983: https://www.youtube.com/watch?v=bBW8T1KWPBE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}