Information about plays

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

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

{
    "id": 3599274,
    "uri": "https://api.kexp.org/v2/plays/3599274/?format=api",
    "airdate": "2026-01-02T15:52:00-08:00",
    "show": 65541,
    "show_uri": "https://api.kexp.org/v2/shows/65541/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U Don’t Know Me (original mix)",
    "track_id": null,
    "recording_id": "8aa85a30-edbf-4091-bf1d-ea01de186b34",
    "artist": "Armand van Helden feat. Duane Harden",
    "artist_ids": [
        "b09b5127-c62e-4bb2-b790-1e4aa18749ed",
        "da9a1566-c7d2-48b0-8bad-3a9589bb6a6d"
    ],
    "album": "You Don’t Know Me",
    "release_id": null,
    "release_group_id": "39adb872-e605-4b59-8bca-cae92744e1eb",
    "labels": [
        "Armed Records"
    ],
    "label_ids": [
        "96adcd2b-83e2-4689-9f75-4dab3fb2b1cd"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Ian Breezy!\n\nHomer Simpson Sings Classic Hit 'You Don't Know Me'\nhttps://www.tiktok.com/@xltv11/video/7556330058575596822",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}