Information about plays

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

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

{
    "id": 3558976,
    "uri": "https://api.kexp.org/v2/plays/3558976/?format=api",
    "airdate": "2025-09-28T20:33:11-07:00",
    "show": 64693,
    "show_uri": "https://api.kexp.org/v2/shows/64693/?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": "Thank You",
    "track_id": null,
    "recording_id": "4c9549e8-caee-45eb-bf73-97d4ef34f664",
    "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": "\"Thank You\" by R&B/soul group Boyz II Men was released in February 1995 by Motown as the third single from their second studio album, II (1994).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}