Information about plays

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

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

{
    "id": 3548875,
    "uri": "https://api.kexp.org/v2/plays/3548875/?format=api",
    "airdate": "2025-09-04T15:08:54-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Looking Out My Window",
    "track_id": null,
    "recording_id": "d7bebc23-d877-42e0-b7c5-bb5bcb2d921e",
    "artist": "Tom Jones",
    "artist_ids": [
        "57c6f649-6cde-48a7-8114-2a200247601a"
    ],
    "album": "The Ultimate Collection",
    "release_id": null,
    "release_group_id": "739de38f-24de-46c8-b990-207d74ab7575",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby sampled this song in 1992 for \"Ah Ah\" and in 1999 for \"Machete\" on the album \"Play.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}