Information about plays

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

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

{
    "id": 3628104,
    "uri": "https://api.kexp.org/v2/plays/3628104/?format=api",
    "airdate": "2026-03-12T12:45:27-07:00",
    "show": 66161,
    "show_uri": "https://api.kexp.org/v2/shows/66161/?format=api",
    "image_uri": "https://dn711106.ca.archive.org/0/items/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f-5846183948_thumb500.jpg",
    "thumbnail_uri": "https://dn711106.ca.archive.org/0/items/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f-5846183948_thumb250.jpg",
    "song": "Rio",
    "track_id": "38527f4f-d5e5-38a6-89f2-02a20b1727a0",
    "recording_id": "d7109655-b7fc-4a59-b2e2-937979f75c3f",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 9",
    "release_id": "ca47729b-bf2a-4fee-8bf2-1823926d2d5f",
    "release_group_id": "72cee1f0-1f5f-3fef-a939-1a9933c105e8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A few studio tricks were employed to get a distinctive sound for this song. The synthesizer was hooked up to an arpeggiator, which is a tool that creates an arpeggio effect by automatically stepping through a sequence of notes. Also, keyboard player Nick Rhodes made the sound at the beginning of the song by placing some metal rods on the strings of a grand piano, playing the instrument, then recording the sound backward.\n\nhttps://www.songfacts.com/facts/duran-duran/rio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}