Information about plays

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

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

{
    "id": 3577489,
    "uri": "https://api.kexp.org/v2/plays/3577489/?format=api",
    "airdate": "2025-11-13T02:59:19-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/568c59c6-ce93-4937-80e9-2415cd394d11/25364212714-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/568c59c6-ce93-4937-80e9-2415cd394d11/25364212714-250.jpg",
    "song": "Arabesque",
    "track_id": null,
    "recording_id": "922bab1d-56ce-4926-929d-f0584c8c8b1f",
    "artist": "Sweetback",
    "artist_ids": [
        "f8b42e71-a97e-41ff-9a22-10455de6edf0"
    ],
    "album": "Sweetback",
    "release_id": null,
    "release_group_id": "3bcc613a-c025-3426-a6aa-4e35a8827c4f",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1996-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweetback is an English band composed of members from the band Sade, not including the frontwoman Sade Adu. They are a jazz/funk band with R&B overtones. The group Sweetback formed in 1994 at the conclusion of Sade's Love Deluxe World Tour. Their albums feature a host of guest vocalists such as Leroy Osbourne, Amel Larrieux, Maxwell, Aya (Lysa Aya Trenier), Bahamadia, Chocolate Genius, and El Debarge.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}