Information about plays

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

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

{
    "id": 3519372,
    "uri": "https://api.kexp.org/v2/plays/3519372/?format=api",
    "airdate": "2025-06-27T04:16:39-07:00",
    "show": 63847,
    "show_uri": "https://api.kexp.org/v2/shows/63847/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rolling",
    "track_id": null,
    "recording_id": null,
    "artist": "Naima Bock",
    "artist_ids": [
        "e9613311-8017-40d0-a4f9-d27e3a90c2bc"
    ],
    "album": "Rolling",
    "release_id": null,
    "release_group_id": "2593aace-dca3-3e17-91af-0ebd7add713a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new single from Naima Bock!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}