Information about plays

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

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

{
    "id": 3583803,
    "uri": "https://api.kexp.org/v2/plays/3583803/?format=api",
    "airdate": "2025-11-27T21:01:35-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Technova",
    "track_id": null,
    "recording_id": "0d9e3c89-21e8-4360-98dd-675a15f6913e",
    "artist": "Towa Tei",
    "artist_ids": [
        "440cb8ef-cee3-4711-8408-b1bd6e93f390"
    ],
    "album": "Future Listening",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sony Music Media"
    ],
    "label_ids": [
        "f752481c-2e26-446f-bccf-e487aea582ed"
    ],
    "release_date": "1994-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Towa Tei s a Japanese artist, record producer, and DJ. Born in Yokohama, Japan, Towa was a member of Deee-Lite, from the US label Elektra Records in 1990 and shot to fame via their international hit single, \"Groove Is In the Heart\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}