Information about plays

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

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

{
    "id": 3627483,
    "uri": "https://api.kexp.org/v2/plays/3627483/?format=api",
    "airdate": "2026-03-10T17:47:03-07:00",
    "show": 66146,
    "show_uri": "https://api.kexp.org/v2/shows/66146/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-df1a9202-6f1d-4b0d-a38c-049e9a90f612/mbid-df1a9202-6f1d-4b0d-a38c-049e9a90f612-17771577496_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-df1a9202-6f1d-4b0d-a38c-049e9a90f612/mbid-df1a9202-6f1d-4b0d-a38c-049e9a90f612-17771577496_thumb250.jpg",
    "song": "Dreams (Colors mix)",
    "track_id": "7789704a-52e1-4e9c-8ba9-9c4eab47dcc1",
    "recording_id": "5483db63-3138-4f09-8067-5e4c98b64bfb",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Colors",
    "release_id": "df1a9202-6f1d-4b0d-a38c-049e9a90f612",
    "release_group_id": "84d67365-a2ca-4580-a239-9446231f27a0",
    "labels": [
        "Capitol Records",
        "Fonograf Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73",
        "64ba9339-81d8-4159-9731-619053e03e3d"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Colors mix of the original \"Dreams\" song changes the lyric  “stop f**king with my dreams” to “stop dragging down my dreams.”  Watch the video for the original: https://www.youtube.com/watch?v=WRCA_Fo0rWA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}