Information about plays

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

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

{
    "id": 3638500,
    "uri": "https://api.kexp.org/v2/plays/3638500/?format=api",
    "airdate": "2026-04-06T05:08:39-07:00",
    "show": 66381,
    "show_uri": "https://api.kexp.org/v2/shows/66381/?format=api",
    "image_uri": "https://dn711007.ca.archive.org/0/items/mbid-16f3e0e5-d952-4ec4-815a-cdd0845dfccc/mbid-16f3e0e5-d952-4ec4-815a-cdd0845dfccc-7714921136_thumb500.jpg",
    "thumbnail_uri": "https://dn711007.ca.archive.org/0/items/mbid-16f3e0e5-d952-4ec4-815a-cdd0845dfccc/mbid-16f3e0e5-d952-4ec4-815a-cdd0845dfccc-7714921136_thumb250.jpg",
    "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": "Duran Duran's third studio album and their last with the band's most famous lineup until their 2004 release, Astronaut.\n\nVocalist Simon Le Bon shared that the album \"is an adventure story about a little commando team. 'The Seven' is for us—the five band members and the two managers—and 'the Ragged Tiger' is success. Seven people running after success. It's ambition. That's what it's about.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}