Information about plays

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

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

{
    "id": 3617871,
    "uri": "https://api.kexp.org/v2/plays/3617871/?format=api",
    "airdate": "2026-02-15T13:37:44-08:00",
    "show": 65941,
    "show_uri": "https://api.kexp.org/v2/shows/65941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paris (Aeroplane remix)",
    "track_id": null,
    "recording_id": "ea92c1e3-ae32-45eb-af73-bfafb38afbd7",
    "artist": "Friendly Fires",
    "artist_ids": [
        "ef656595-bbe8-4386-8953-be8df9f54472"
    ],
    "album": "Hed Kandi: Nu Disco",
    "release_id": null,
    "release_group_id": "145978cf-b61c-347b-8c67-b790b55ab771",
    "labels": [
        "Hed Kandi"
    ],
    "label_ids": [
        "538d9e89-6c3e-4fa5-8563-4d4abb94c417"
    ],
    "release_date": "2009-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}