Information about plays

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

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

{
    "id": 3605589,
    "uri": "https://api.kexp.org/v2/plays/3605589/?format=api",
    "airdate": "2026-01-17T17:17:56-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Against I (feat. Mos Def)",
    "track_id": "735a9714-2f07-311f-8ec2-cb50f818323f",
    "recording_id": "2e476d85-f412-40b1-ac83-3e0c29539edc",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "DJ-Kicks: Daddy G",
    "release_id": "31942df7-033a-386e-b33e-16cec39e10b1",
    "release_group_id": "552250ca-4a88-3614-8154-68cfde9fe0ec",
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2008-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This collaboration with Yasiin Bey (Mos Def)was created for the March, 2002 film \"Blade 2,\"and was released as a free download single to accompany the film.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}