Information about plays

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

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

{
    "id": 3630200,
    "uri": "https://api.kexp.org/v2/plays/3630200/?format=api",
    "airdate": "2026-03-17T13:09:41-07:00",
    "show": 66207,
    "show_uri": "https://api.kexp.org/v2/shows/66207/?format=api",
    "image_uri": "https://dn711301.ca.archive.org/0/items/mbid-2fc0821a-98ff-4b53-8a5c-cd22a18396a1/mbid-2fc0821a-98ff-4b53-8a5c-cd22a18396a1-6910509050_thumb500.jpg",
    "thumbnail_uri": "https://dn711301.ca.archive.org/0/items/mbid-2fc0821a-98ff-4b53-8a5c-cd22a18396a1/mbid-2fc0821a-98ff-4b53-8a5c-cd22a18396a1-6910509050_thumb250.jpg",
    "song": "Who’s the Man",
    "track_id": "efa0318e-b8b3-4c59-91dd-ec224f7f110e",
    "recording_id": "730d7888-f48f-407e-ac9e-14a8fa73d7cb",
    "artist": "House of Pain",
    "artist_ids": [
        "c2d6a6fb-7999-4bb3-b2df-7d752fdf4e95"
    ],
    "album": "Same As It Ever Was",
    "release_id": "8de5f663-9ee0-4d3f-bc8e-35521ecb6525",
    "release_group_id": "0c6334c3-a89e-3cd9-91f6-161cc48110bb",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Leyla!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}