Information about plays

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

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

{
    "id": 3634139,
    "uri": "https://api.kexp.org/v2/plays/3634139/?format=api",
    "airdate": "2026-03-27T04:38:39-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://dn721701.ca.archive.org/0/items/mbid-39dc60f2-532a-4501-9308-e6eab256c0da/mbid-39dc60f2-532a-4501-9308-e6eab256c0da-7279873349_thumb500.jpg",
    "thumbnail_uri": "https://dn721701.ca.archive.org/0/items/mbid-39dc60f2-532a-4501-9308-e6eab256c0da/mbid-39dc60f2-532a-4501-9308-e6eab256c0da-7279873349_thumb250.jpg",
    "song": "It’s Time",
    "track_id": "7597e86e-c43f-4dee-a743-57ec9f55bfc0",
    "recording_id": "d889e026-0b7b-48ea-9319-91aa2d28857d",
    "artist": "Latyrx feat. Zion I",
    "artist_ids": [
        "85823097-9e6c-4876-a04a-8a761a477992",
        "eadbf3fe-2d88-47da-97e4-cfcd9a1a7d10"
    ],
    "album": "The Second Album",
    "release_id": "39dc60f2-532a-4501-9308-e6eab256c0da",
    "release_group_id": "631f3714-f55b-42d9-85ce-1618c2a4d34d",
    "labels": [
        "Latyramid"
    ],
    "label_ids": [
        "4d56f2b5-abd8-495b-859b-748a3f6c96a9"
    ],
    "release_date": "2013-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}