Information about plays

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

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

{
    "id": 3542667,
    "uri": "https://api.kexp.org/v2/plays/3542667/?format=api",
    "airdate": "2025-08-20T23:29:50-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f3a4a9b-5741-4a3b-9350-10940ce8bbf3/22229285708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f3a4a9b-5741-4a3b-9350-10940ce8bbf3/22229285708-250.jpg",
    "song": "Feather",
    "track_id": null,
    "recording_id": "5fffe791-c8fd-440a-b301-d511d8b9c31f",
    "artist": "Nujabes featuring Cise Starr & Akin from CYNE",
    "artist_ids": [
        "1595addf-f76b-450a-a097-af852ff35f27",
        "e09bfd0b-2118-4bf4-bd4e-1d5e245e6d02",
        "792cc496-f66a-4d9b-9dfd-e2980d5d3be0"
    ],
    "album": "Modal Soul",
    "release_id": null,
    "release_group_id": "bd62a5df-6643-3aef-b129-9d4e6e296022",
    "labels": [
        "Hydeout Productions"
    ],
    "label_ids": [
        "c29d715d-d6b0-4394-91ec-e577559b59f6"
    ],
    "release_date": "2005-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cise Star and Akin are members of CYNE, a hip-hop group from Gainesville, Florida.  Nujabes sampled Yusef Lateef and Power of Zeus in this song, \"Feather.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}