Information about plays

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

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

{
    "id": 3574772,
    "uri": "https://api.kexp.org/v2/plays/3574772/?format=api",
    "airdate": "2025-11-06T15:38:16-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4274c33-cf5e-4e7d-8d35-e80340c5d8c1/5142947056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4274c33-cf5e-4e7d-8d35-e80340c5d8c1/5142947056-250.jpg",
    "song": "Jezzebel",
    "track_id": null,
    "recording_id": "74a06f06-19b7-495a-b6a1-e019a87d5441",
    "artist": "Boyz II Men",
    "artist_ids": [
        "b42eca0f-9381-43db-badb-1cba080a7dc2"
    ],
    "album": "II",
    "release_id": null,
    "release_group_id": "6eaebb45-8911-3d0b-8ef3-914726356144",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1994-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jezzebel\" sampled Wayne Shorter's \"Speak No Evil.\"\n--\nCharles Farrar and Troy Taylor (The Characters) produced this album, Boyz II Men's third.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}