Information about plays

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

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

{
    "id": 3639289,
    "uri": "https://api.kexp.org/v2/plays/3639289/?format=api",
    "airdate": "2026-04-08T02:41:58-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn711202.ca.archive.org/0/items/mbid-69b9255f-ca23-3af6-8869-7e0550ceb019/mbid-69b9255f-ca23-3af6-8869-7e0550ceb019-5652826958_thumb500.jpg",
    "thumbnail_uri": "https://dn711202.ca.archive.org/0/items/mbid-69b9255f-ca23-3af6-8869-7e0550ceb019/mbid-69b9255f-ca23-3af6-8869-7e0550ceb019-5652826958_thumb250.jpg",
    "song": "You Talk Too Much",
    "track_id": "0abdbcf8-3451-3431-9dc4-574cc08c1642",
    "recording_id": "a19bcd26-9da3-4a6d-8134-8d90b2203bf2",
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "King of Rock",
    "release_id": "69b9255f-ca23-3af6-8869-7e0550ceb019",
    "release_group_id": "f0d5b01d-3c99-3a66-b143-ad8ddb86d209",
    "labels": [
        "Profile Records"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}