Information about plays

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

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

{
    "id": 3540232,
    "uri": "https://api.kexp.org/v2/plays/3540232/?format=api",
    "airdate": "2025-08-15T03:36:10-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-63f2e244-70bf-4d00-bc0c-43ca53e9a9db/mbid-63f2e244-70bf-4d00-bc0c-43ca53e9a9db-42751762182_thumb500.jpg",
    "thumbnail_uri": "https://dn721502.ca.archive.org/0/items/mbid-63f2e244-70bf-4d00-bc0c-43ca53e9a9db/mbid-63f2e244-70bf-4d00-bc0c-43ca53e9a9db-42751762182_thumb250.jpg",
    "song": "The Edge",
    "track_id": "636a18fc-447a-46c1-a971-469213d68ff7",
    "recording_id": "8fe8b676-3e65-4a07-8592-5fca2f2cbc32",
    "artist": "Droogie Otis, Madlib & Your Old Droog feat. Killer Mike",
    "artist_ids": [
        "c3200bf6-ffaa-4368-993c-d6e68545a82c",
        "ef39d47a-d530-4fa2-8f74-0c73ce195f02",
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8",
        "47864525-aea7-439a-800f-17c57e51cbcc"
    ],
    "album": "The Edge",
    "release_id": "63f2e244-70bf-4d00-bc0c-43ca53e9a9db",
    "release_group_id": "1b549390-f9b7-4d07-84d7-4d28c04f7f2e",
    "labels": [
        "Madlib Invazion"
    ],
    "label_ids": [
        "fb9623df-0334-4b86-81a9-81bd0b073ff7"
    ],
    "release_date": "2025-08-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Madlib + Your Old Droog + Killer Mike = 🔥",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}