Information about plays

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

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

{
    "id": 3589825,
    "uri": "https://api.kexp.org/v2/plays/3589825/?format=api",
    "airdate": "2025-12-11T17:05:09-08:00",
    "show": 65349,
    "show_uri": "https://api.kexp.org/v2/shows/65349/?format=api",
    "image_uri": "https://ia803204.us.archive.org/2/items/mbid-9db51cd6-38f6-3b42-8ad5-559963d68f35/mbid-9db51cd6-38f6-3b42-8ad5-559963d68f35-4221404915_thumb500.jpg",
    "thumbnail_uri": "https://ia903204.us.archive.org/2/items/mbid-9db51cd6-38f6-3b42-8ad5-559963d68f35/mbid-9db51cd6-38f6-3b42-8ad5-559963d68f35-4221404915_thumb250.jpg",
    "song": "Tape Loop",
    "track_id": "2a3bc182-f9ce-353b-a416-fa8b6e2e4dcf",
    "recording_id": "c35b09b1-8f54-437f-9230-fc92f48145e1",
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Who Can You Trust?",
    "release_id": "9db51cd6-38f6-3b42-8ad5-559963d68f35",
    "release_group_id": "f571ba0f-7b96-3607-8b46-a5a60e93f5a5",
    "labels": [
        "China Records"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79"
    ],
    "release_date": "1996-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the most languorous, chilled-out trip-hop records of its era!\n\nThe original version of this record is incredible and very hard to find. Featuring the incredible Skye Edwards on vocals.\nRe-release please!!\n\nhttps://morcheeba.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}