Information about plays

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

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

{
    "id": 3628642,
    "uri": "https://api.kexp.org/v2/plays/3628642/?format=api",
    "airdate": "2026-03-14T04:26:57-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girls Like Me",
    "track_id": null,
    "recording_id": "5ebd495c-92c7-4eb5-a36c-4d4811e4a710",
    "artist": "Nikki and the Corvettes",
    "artist_ids": [
        "08e7c9c0-90a4-4023-93e4-c2bd9d669cf7"
    ],
    "album": "Nikki and the Corvettes",
    "release_id": null,
    "release_group_id": "981d5bb9-af6e-39d4-8dcc-2c64e5f11ef2",
    "labels": [
        "BOMP! Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}