Information about plays

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

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

{
    "id": 3640794,
    "uri": "https://api.kexp.org/v2/plays/3640794/?format=api",
    "airdate": "2026-04-11T16:42:52-07:00",
    "show": 66426,
    "show_uri": "https://api.kexp.org/v2/shows/66426/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-8be4cfdb-4c20-4e49-adb6-dddb9c21102e/mbid-8be4cfdb-4c20-4e49-adb6-dddb9c21102e-31069562423_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-8be4cfdb-4c20-4e49-adb6-dddb9c21102e/mbid-8be4cfdb-4c20-4e49-adb6-dddb9c21102e-31069562423_thumb250.jpg",
    "song": "Walk the Beat",
    "track_id": "0bcb03e2-0312-47cf-819f-fff07e0ffbb9",
    "recording_id": "90a31730-7081-4a1d-af53-00563e74d2d1",
    "artist": "Tierra Whack",
    "artist_ids": [
        "ae952d46-0f36-414c-90d4-f202ea2d4a71"
    ],
    "album": "Walk the Beat",
    "release_id": "8be4cfdb-4c20-4e49-adb6-dddb9c21102e",
    "release_group_id": "e37774c0-d1d5-4cb4-97d9-13d5381d1c0f",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2021-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philadelphia's Tierra Whack!\n\nWatch the video here for \"Walk the Beat\": https://youtu.be/9NvHtAmKd9g \nhttps://www.instagram.com/tierrawhack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}