Information about plays

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

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

{
    "id": 3592664,
    "uri": "https://api.kexp.org/v2/plays/3592664/?format=api",
    "airdate": "2025-12-18T11:36:40-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "https://coverartarchive.org/release/98b27c6d-7dd2-40aa-948c-eaec3bd049ef/15170277191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98b27c6d-7dd2-40aa-948c-eaec3bd049ef/15170277191-250.jpg",
    "song": "Into My Own Thing",
    "track_id": null,
    "recording_id": "19162a6d-f5ab-41f5-8aa3-0c8ed272d870",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Life",
    "release_id": null,
    "release_group_id": "ddf2e151-0f01-3880-97da-80db56ebb30d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1968-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Much of 'Life' has been heavily sampled for hip hop and electronica recordings, particularly Gregg Errico's drum solo on \"Love City\". The opening riff on \"Into My Own Thing\" was sampled for Fatboy Slim's 2001 hit \"Weapon of Choice\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}