Information about plays

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

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

{
    "id": 3556684,
    "uri": "https://api.kexp.org/v2/plays/3556684/?format=api",
    "airdate": "2025-09-23T09:48:09-07:00",
    "show": 64640,
    "show_uri": "https://api.kexp.org/v2/shows/64640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Ya!",
    "track_id": "a1301bdd-f32e-4222-9ddd-fa3344aab969",
    "recording_id": "7287aff2-f103-4602-b7c7-e96314e53461",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below (Clean)",
    "release_id": "7811994c-4d53-412c-aab6-3c7f4ff93fbf",
    "release_group_id": "939eccdb-dae4-4022-bb0e-810fe1700423",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album was released on this date in 2003!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}