Information about plays

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

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

{
    "id": 3556949,
    "uri": "https://api.kexp.org/v2/plays/3556949/?format=api",
    "airdate": "2025-09-24T00:18:33-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "https://coverartarchive.org/release/9db51cd6-38f6-3b42-8ad5-559963d68f35/4221404915-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9db51cd6-38f6-3b42-8ad5-559963d68f35/4221404915-250.jpg",
    "song": "Tape Loop",
    "track_id": null,
    "recording_id": "c35b09b1-8f54-437f-9230-fc92f48145e1",
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Who Can You Trust?",
    "release_id": null,
    "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 my top 10 all time records. The 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"
}